changeset 11961:53f6a3c1d867

For NULL, include <stdlib.h>, not <stdio.h>.
author Bruno Haible <bruno@clisp.org>
date Sun, 06 Sep 2009 21:15:41 +0200
parents bc6846876d71
children 8d3a50293c0c
files m4/strtok_r.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/strtok_r.m4
+++ b/m4/strtok_r.m4
@@ -26,7 +26,7 @@
               #endif
               #undef __OPTIMIZE_SIZE__
               #undef __NO_INLINE__
-              #include <stdio.h>
+              #include <stdlib.h>
               #include <string.h>
             ]],
             [[char delimiters[] = "xxxxxxxx";