For NULL, include <stdlib.h>, not <stdio.h>.
authorBruno Haible <bruno@clisp.org>
Sun, 6 Sep 2009 19:15:41 +0000 (21:15 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 6 Sep 2009 19:15:41 +0000 (21:15 +0200)
m4/strtok_r.m4

index fd52317..0e4acb9 100644 (file)
@@ -26,7 +26,7 @@ AC_DEFUN([gl_FUNC_STRTOK_R],
               #endif
               #undef __OPTIMIZE_SIZE__
               #undef __NO_INLINE__
-              #include <stdio.h>
+              #include <stdlib.h>
               #include <string.h>
             ]],
             [[char delimiters[] = "xxxxxxxx";