projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e76da3
)
Include <stddef.h>, for size_t.
author
Bruno Haible
<bruno@clisp.org>
Tue, 6 Mar 2007 03:27:21 +0000
(
03:27
+0000)
committer
Bruno Haible
<bruno@clisp.org>
Tue, 6 Mar 2007 03:27:21 +0000
(
03:27
+0000)
ChangeLog
patch
|
blob
|
history
lib/stdio_.h
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index a1a6b96fbb20b2b2e912a906d5f0f69f4da2c117..cdbc9e74eb52a3c612a70e00c07aed4e89254e4a 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2007-03-05 Bruno Haible <bruno@clisp.org>
+
+ * lib/stdio_.h: Include <stddef.h>.
+
2007-03-05 Bruno Haible <bruno@clisp.org>
* m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
diff --git
a/lib/stdio_.h
b/lib/stdio_.h
index 025b4b9af644140615c19731cc8978170f3916a4..03912bdfae5b221972408f369acdf52193ac3f98 100644
(file)
--- a/
lib/stdio_.h
+++ b/
lib/stdio_.h
@@
-29,6
+29,7
@@
#include @ABSOLUTE_STDIO_H@
#include <stdarg.h>
+#include <stddef.h>
/* The definition of GL_LINK_WARNING is copied here. */