From: Bruno Haible Date: Mon, 20 Aug 2001 13:23:28 +0000 (+0000) Subject: include X-Git-Tag: v0.11~540 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c87478cc5982095bd6361a201355c5e40d02f7ab;p=thirdparty%2Fgettext.git include --- diff --git a/src/ChangeLog b/src/ChangeLog index f87b05ccf..f7b743835 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-08-12 Bruno Haible + + * pos.h: Include . + 2001-08-12 Bruno Haible * x-c.c (real_file_name): Renamed from file_name. diff --git a/src/pos.h b/src/pos.h index bd33d4f05..76664c25f 100644 --- a/src/pos.h +++ b/src/pos.h @@ -18,6 +18,9 @@ #ifndef _POS_H #define _POS_H +/* Get size_t. */ +#include + /* Position of a message within a source file. Used for error reporting purposes. */ typedef struct lex_pos_ty lex_pos_ty;