X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftypesafe_cb%2Ftest%2Fcompile_fail-typesafe_cb_postargs.c;h=885a3c551c171123d42301e760e95489a297d95f;hp=099eb25755559e1c26fd3d807c265d7bf7f55071;hb=061e63028390bc27db749c75a3689c2888f00f57;hpb=650c775ff00cccd03fc84e7789a03c51d9839004 diff --git a/ccan/typesafe_cb/test/compile_fail-typesafe_cb_postargs.c b/ccan/typesafe_cb/test/compile_fail-typesafe_cb_postargs.c index 099eb257..885a3c55 100644 --- a/ccan/typesafe_cb/test/compile_fail-typesafe_cb_postargs.c +++ b/ccan/typesafe_cb/test/compile_fail-typesafe_cb_postargs.c @@ -1,4 +1,4 @@ -#include "typesafe_cb/typesafe_cb.h" +#include #include static void _register_callback(void (*cb)(void *arg, int x), void *arg)