]> git.ozlabs.org Git - ccan/blobdiff - ccan/alloc/_info
alloc: fix examples so they compile.
[ccan] / ccan / alloc / _info
index f7f77eba18e59f7c7b309a0ef03a4ce892fe03ab..470b83e94e87132846d4b0e1711ed6282534b4f8 100644 (file)
@@ -93,6 +93,7 @@
  *     }
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {
@@ -102,6 +103,7 @@ int main(int argc, char *argv[])
        if (strcmp(argv[1], "depends") == 0) {
                printf("ccan/alignof\n");
                printf("ccan/build_assert\n");
+               printf("ccan/compiler\n");
                printf("ccan/likely\n");
                printf("ccan/short_types\n");
                return 0;