* time/tzfile.c: Include stdint.h for SIZE_MAX.

This commit is contained in:
Maxim Kuvyrkov 2013-01-26 14:56:21 +13:00
parent c6af74e473
commit 3b60b421b5
2 changed files with 5 additions and 0 deletions

View file

@ -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.

View file

@ -24,6 +24,7 @@
#include <time.h>
#include <unistd.h>
#include <sys/stat.h>
#include <stdint.h>
#define NOID
#include <timezone/tzfile.h>