]> granicus.if.org Git - php/commitdiff
- fix build
authorPierre Joye <pajoye@php.net>
Fri, 19 Aug 2011 11:33:59 +0000 (11:33 +0000)
committerPierre Joye <pajoye@php.net>
Fri, 19 Aug 2011 11:33:59 +0000 (11:33 +0000)
sapi/cli/php_http_parser.h

index 8254a4367ec3b06ddf645c106fd30bbf4cf8f08e..b740a0995ef13312bdaee7676d81fcbba7a18c9b 100644 (file)
@@ -28,7 +28,9 @@ extern "C" {
 
 #include <sys/types.h>
 #if defined(_WIN32) && !defined(__MINGW32__)
+# include <windows.h>
 # include "win32/php_stdint.h"
+# include "config.w32.h"
 #else
 # include <stdint.h>
 #endif