summaryrefslogtreecommitdiffstats
path: root/src/po.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-07-30 13:34:00 +0000
committerBruno Haible <bruno@clisp.org>2001-07-30 13:34:00 +0000
commitef5131588ef5159af101a51f2ef3370928dfbaa4 (patch)
tree830623aab1e85e4f92e59dc49803ec4e23acb2fe /src/po.h
parent1ae4880ada8e8195d856d9fea46f1c2d5d85a814 (diff)
downloadexternal_gettext-ef5131588ef5159af101a51f2ef3370928dfbaa4.zip
external_gettext-ef5131588ef5159af101a51f2ef3370928dfbaa4.tar.gz
external_gettext-ef5131588ef5159af101a51f2ef3370928dfbaa4.tar.bz2
Include <stdbool.h> in all files that use 'bool'.
Diffstat (limited to 'src/po.h')
-rw-r--r--src/po.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/po.h b/src/po.h
index d3b712a..6b4cd67 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 <stdbool.h>
+
/* Note: the _t suffix is reserved by ANSI C, so the _ty suffix is
used to indicate a type name. */