]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
include <stddef.h>
authorBruno Haible <bruno@clisp.org>
Mon, 20 Aug 2001 13:23:28 +0000 (13:23 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 20 Aug 2001 13:23:28 +0000 (13:23 +0000)
src/ChangeLog
src/pos.h

index f87b05ccf5739be10526b08348854dd1afefb093..f7b743835b32df2334f67a9a8ed04f0cb352c31d 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-12  Bruno Haible  <haible@clisp.cons.org>
+
+       * pos.h: Include <stddef.h>.
+
 2001-08-12  Bruno Haible  <haible@clisp.cons.org>
 
        * x-c.c (real_file_name): Renamed from file_name.
index bd33d4f057b223b2bfe280c0fd972d347e1e792d..76664c25fc339c48e56ac79475279ba89fe6b2dd 100644 (file)
--- a/src/pos.h
+++ b/src/pos.h
@@ -18,6 +18,9 @@
 #ifndef _POS_H
 #define _POS_H
 
+/* Get size_t.  */
+#include <stddef.h>
+
 /* Position of a message within a source file.
    Used for error reporting purposes.  */
 typedef struct lex_pos_ty lex_pos_ty;