X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=para.h;h=bbf91330855610ce0316986f2195d5161e3bc2bb;hb=2391dbc88e15dd54207f289bb4fdbaf0e801b1ca;hp=b406818bd52a27bfc1794e0c95d8f9c0e9ef12a0;hpb=d5e27e2a346da2f18188d317926a60687d082732;p=paraslash.git diff --git a/para.h b/para.h index b406818b..bbf91330 100644 --- a/para.h +++ b/para.h @@ -20,6 +20,8 @@ #include #include #include +#include + #include "gcc-compat.h" /** used in various contexts */ @@ -44,7 +46,6 @@ typeof(x) _x = (x); \ _x > 0? _x : -_x; }) - extern __printf_2_3 void (*para_log)(int, const char*, ...); /** * Define a standard log function that always writes to stderr.