changeset 8355:a1f364a82df3

Include <stddef.h>, for size_t.
author Bruno Haible <bruno@clisp.org>
date Tue, 06 Mar 2007 03:27:21 +0000
parents 81b3f885ff9d
children 72f47158c694
files ChangeLog lib/stdio_.h
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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.  */