]> 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 ea7883ab06bdc7933dc82f14de96df91f20d43b1..30f913f9a6d747f7c8e7a31482e77ecec5c9fbaf 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 22f7e7fa7920085715cffacb4a71db8bceb13e84..8d2f017bae25533a2e2ad9e7ff4a326eaf41521a 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>