* time/tzfile.c: Include stdint.h for SIZE_MAX.
authorMaxim Kuvyrkov <maxim@kugelworks.com>
Sat, 26 Jan 2013 01:56:21 +0000 (14:56 +1300)
committerMaxim Kuvyrkov <maxim@kugelworks.com>
Sat, 26 Jan 2013 01:56:21 +0000 (14:56 +1300)
ChangeLog
time/tzfile.c

index af7b861f8b26e60835876fea5365e07e39990b2f..b1b8292315a68e8398676d12937094001a50b93f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
+
+       * time/tzfile.c: Include stdint.h for SIZE_MAX.
+
 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
 
        * configure.in (_AC_PROG_CC_C89): New definition.
index 0725e2f6f61f81ebd11e8801d5cee00da555dc53..2e3a7b69bfe0cd95b3e6c3f765f05f62e4d22441 100644 (file)
@@ -24,6 +24,7 @@
 #include <time.h>
 #include <unistd.h>
 #include <sys/stat.h>
+#include <stdint.h>
 
 #define        NOID
 #include <timezone/tzfile.h>