diff options
| author | Ralf Lang <lang@b1-systems.de> | 2013-07-22 21:26:38 +0200 |
|---|---|---|
| committer | Michael Wallner <mike@php.net> | 2013-08-06 22:51:58 +0200 |
| commit | 679fa1fc6854dce7d5d0ff7def65a5bbdbb18094 (patch) | |
| tree | b17ff9e5cae30fc9fbb50e71526065f161fe9cd7 /main/SAPI.h | |
| parent | cb4c195f0b85ca5d91fee1ebe90105b8bb68356c (diff) | |
| download | php-git-679fa1fc6854dce7d5d0ff7def65a5bbdbb18094.tar.gz | |
make this work in vc11 too
Diffstat (limited to 'main/SAPI.h')
| -rw-r--r-- | main/SAPI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/SAPI.h b/main/SAPI.h index 6d5434d141..6fc60c8865 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -27,6 +27,7 @@ #include "zend_operators.h" #ifdef PHP_WIN32 #include "win95nt.h" +#include "win32/php_stdint.h" #endif #include <sys/stat.h> |
