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 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.
index 025b4b9af644140615c19731cc8978170f3916a4..03912bdfae5b221972408f369acdf52193ac3f98 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.  */