X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Fcommondsp.c;h=4e3eb07601cd8a94c064aabab49c49e08467dd23;hb=b25be4481e49ce9e343ed301ab57be999e583083;hp=235d078bae865ac8f38108f660e802cad8e66c74;hpb=8894d0142f40f24dc328f4f2f148220702e17b29;p=gnushogi.git diff --git a/gnushogi/commondsp.c b/gnushogi/commondsp.c index 235d078..4e3eb07 100644 --- a/gnushogi/commondsp.c +++ b/gnushogi/commondsp.c @@ -31,6 +31,10 @@ * */ +/* request *snprintf prototypes */ +#define _POSIX_C_SOURCE 200112L +#include + #if defined HAVE_GETTIMEOFDAY #include #endif