projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5985805
)
For NULL, include <stdlib.h>, not <stdio.h>.
author
Bruno Haible
<bruno@clisp.org>
Sun, 6 Sep 2009 19:15:41 +0000
(21:15 +0200)
committer
Bruno Haible
<bruno@clisp.org>
Sun, 6 Sep 2009 19:15:41 +0000
(21:15 +0200)
m4/strtok_r.m4
patch
|
blob
|
history
diff --git
a/m4/strtok_r.m4
b/m4/strtok_r.m4
index fd52317144b93f14557e1b889e0f2784c6f31bd2..0e4acb9d09be3034177d552b0c8b4b45229460bd 100644
(file)
--- a/
m4/strtok_r.m4
+++ b/
m4/strtok_r.m4
@@
-26,7
+26,7
@@
AC_DEFUN([gl_FUNC_STRTOK_R],
#endif
#undef __OPTIMIZE_SIZE__
#undef __NO_INLINE__
- #include <std
io
.h>
+ #include <std
lib
.h>
#include <string.h>
]],
[[char delimiters[] = "xxxxxxxx";