]> granicus.if.org Git - php/commitdiff
- fix build
authorPierre Joye <pajoye@php.net>
Thu, 14 Jan 2010 19:44:54 +0000 (19:44 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 14 Jan 2010 19:44:54 +0000 (19:44 +0000)
ext/standard/crypt_sha256.c
ext/standard/crypt_sha512.c

index a62aee42c805954786371b3a21eb61b55e0a06d2..c33855f5f5a04f06ab7b42612fe1e0a2f5c0366a 100644 (file)
@@ -2,10 +2,8 @@
    Released into the Public Domain by Ulrich Drepper <drepper@redhat.com>.  */
 /* Windows VC++ port by Pierre Joye <pierre@php.net> */
 
-#ifndef PHP_WIN32
-# include "php.h"
-# include "php_main.h"
-#endif
+#include "php.h"
+#include "php_main.h"
 
 #include <errno.h>
 #include <limits.h>
index 67c5a54e50f1d7c49804faed4b28e3c5919cc4b0..f32e4a0f8af34097234edb76248e4657e94c80eb 100644 (file)
@@ -2,10 +2,8 @@
    Released into the Public Domain by Ulrich Drepper <drepper@redhat.com>.  */
 /* Windows VC++ port by Pierre Joye <pierre@php.net> */
 
-#ifndef PHP_WIN32
-# include "php.h"
-# include "php_main.h"
-#endif
+#include "php.h"
+#include "php_main.h"
 
 #include <errno.h>
 #include <limits.h>