From: Bruno Haible Date: Mon, 30 Jul 2001 13:34:00 +0000 (+0000) Subject: Include in all files that use 'bool'. X-Git-Tag: v0.11~582 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef5131588ef5159af101a51f2ef3370928dfbaa4;p=thirdparty%2Fgettext.git Include in all files that use 'bool'. --- diff --git a/src/ChangeLog b/src/ChangeLog index 408b3d701..476b829ce 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2001-07-22 Bruno Haible + + * msgl-cat.h: Include . + * po.h: Likewise. + * read-po.h: Likewise. + * write-po.h: Likewise. + * xget-lex.h: Likewise. + 2001-07-21 Bruno Haible * msgl-cat.h: New file. diff --git a/src/msgl-cat.h b/src/msgl-cat.h index 2cc2827b7..6a7892661 100644 --- a/src/msgl-cat.h +++ b/src/msgl-cat.h @@ -22,6 +22,8 @@ #include "message.h" #include "str-list.h" +#include + /* These variables control which messages are selected. */ extern int more_than; extern int less_than; diff --git a/src/po.h b/src/po.h index d3b712ac4..6b4cd67c7 100644 --- a/src/po.h +++ b/src/po.h @@ -22,6 +22,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "po-lex.h" +#include + /* Note: the _t suffix is reserved by ANSI C, so the _ty suffix is used to indicate a type name. */ diff --git a/src/read-po.h b/src/read-po.h index 4e3b3c52d..05aa4a757 100644 --- a/src/read-po.h +++ b/src/read-po.h @@ -21,6 +21,8 @@ #include "message.h" +#include + /* If nonzero, remember comments for file name and line number for each msgid, if present in the reference input. Defaults to true. */ extern int line_comment; diff --git a/src/write-po.h b/src/write-po.h index 55ef969eb..1a6552739 100644 --- a/src/write-po.h +++ b/src/write-po.h @@ -22,6 +22,8 @@ #include "message.h" +#include + extern void message_page_width_set PARAMS ((size_t width)); diff --git a/src/xget-lex.h b/src/xget-lex.h index f0e39ec78..b5ea05854 100644 --- a/src/xget-lex.h +++ b/src/xget-lex.h @@ -20,6 +20,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef _XGET_LEX_H #define _XGET_LEX_H +#include + enum xgettext_token_type_ty { xgettext_token_type_eof,