X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftypesafe_cb%2Ftest%2Fcompile_fail-typesafe_cb-int.c;fp=ccan%2Ftypesafe_cb%2Ftest%2Fcompile_fail-typesafe_cb-int.c;h=c4033364d41c91bf565bfc52d71b22ab3434cc21;hb=85a33135890965218010b79c89e4d3f4905727e3;hp=54d0e7bac3a36094303555d699775590d39e6eb7;hpb=009f261242b7e1f5482e097315c82a4185a708bf;p=ccan-lca-2011.git diff --git a/ccan/typesafe_cb/test/compile_fail-typesafe_cb-int.c b/ccan/typesafe_cb/test/compile_fail-typesafe_cb-int.c index 54d0e7b..c403336 100644 --- a/ccan/typesafe_cb/test/compile_fail-typesafe_cb-int.c +++ b/ccan/typesafe_cb/test/compile_fail-typesafe_cb-int.c @@ -1,4 +1,4 @@ -#include "typesafe_cb/typesafe_cb.h" +#include #include void _callback(void (*fn)(void *arg), void *arg);