diff options
author | Michael Wallner <mike@php.net> | 2013-08-06 22:45:35 +0200 |
---|---|---|
committer | Michael Wallner <mike@php.net> | 2013-08-06 22:49:56 +0200 |
commit | 14caf174ff219376e4f1234bd297ffe973cc416e (patch) | |
tree | 73532567f2c68b42ad55efbbaf1d85d7f81f6255 /ext/date/config0.m4 | |
parent | ca0497bba2222c282c39048776a9f61052e67643 (diff) | |
download | php-git-14caf174ff219376e4f1234bd297ffe973cc416e.tar.gz |
unify stdint type usage
if you need C99 stdint types, just include "php_stdint.h"
Diffstat (limited to 'ext/date/config0.m4')
-rw-r--r-- | ext/date/config0.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/date/config0.m4 b/ext/date/config0.m4 index f403104a8a..0b46c6803a 100644 --- a/ext/date/config0.m4 +++ b/ext/date/config0.m4 @@ -22,4 +22,5 @@ cat > $ext_builddir/lib/timelib_config.h <<EOF #else # include <php_config.h> #endif +#include <php_stdint.h> EOF |