Include <stddef.h>, for size_t.
authorBruno Haible <bruno@clisp.org>
Tue, 6 Mar 2007 03:27:21 +0000 (03:27 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 6 Mar 2007 03:27:21 +0000 (03:27 +0000)
ChangeLog
lib/stdio_.h

index a1a6b96..cdbc9e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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.
 
 2007-03-05  Bruno Haible  <bruno@clisp.org>
index 025b4b9..03912bd 100644 (file)
@@ -29,6 +29,7 @@
 #include @ABSOLUTE_STDIO_H@
 
 #include <stdarg.h>
+#include <stddef.h>
 
 
 /* The definition of GL_LINK_WARNING is copied here.  */