about summary refs log tree commit diff
path: root/timezone
diff options
context:
space:
mode:
Diffstat (limited to 'timezone')
-rw-r--r--timezone/zic.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/timezone/zic.c b/timezone/zic.c
index 296f284c2a..de706e8316 100644
--- a/timezone/zic.c
+++ b/timezone/zic.c
@@ -11,6 +11,8 @@ static char	elsieid[] = "@(#)zic.c	7.99";
 #include "sys/stat.h"			/* for umask manifest constants */
 #endif /* defined unix */
 
+#include <libintl.h>
+
 /*
 ** On some ancient hosts, predicates like `isspace(C)' are defined
 ** only if isascii(C) || C == EOF.  Modern hosts obey the C Standard,