]> git.ozlabs.org Git - ccan/blobdiff - ccan/tap/_info.c
Fix examples (they all compile now), and init parent list in list
[ccan] / ccan / tap / _info.c
index 2e628914ed2da5a1aeaa6618be9abfc184e90da3..010f98967470528b4425a4b578bd9f8df9ef5340 100644 (file)
@@ -20,7 +20,7 @@
  *
  * Example:
  *     #include <string.h>
- *     #include "tap/tap.h"
+ *     #include <ccan/tap/tap.h>
  *
  *     // Run some simple (but overly chatty) tests on strcmp().
  *     int main(int argc, char *argv[])