X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Falloc%2F_info;h=6b0fef928a67f8066c42a06c812b5beda14535dd;hp=f7f77eba18e59f7c7b309a0ef03a4ce892fe03ab;hb=e0faeb5267ae28751df8fc47740590d0a03592f0;hpb=fbd94d9909892758d594d410bb5f981b3567fb3e diff --git a/ccan/alloc/_info b/ccan/alloc/_info index f7f77eba..6b0fef92 100644 --- a/ccan/alloc/_info +++ b/ccan/alloc/_info @@ -23,6 +23,7 @@ * #include * #include * #include + * #include * #include * * static void usage(const char *name) @@ -92,7 +93,8 @@ * return 0; * } * - * Licence: LGPL (2 or any later version) + * License: LGPL (2 or any later version) + * Author: Rusty Russell */ int main(int argc, char *argv[]) { @@ -102,6 +104,8 @@ 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/ilog\n"); printf("ccan/likely\n"); printf("ccan/short_types\n"); return 0;