* time/tzfile.c: Include stdint.h for SIZE_MAX.
This commit is contained in:
parent
c6af74e473
commit
3b60b421b5
@ -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.
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define NOID
|
||||
#include <timezone/tzfile.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user