summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/standard/crypt_sha256.c6
-rw-r--r--ext/standard/crypt_sha512.c6
2 files changed, 4 insertions, 8 deletions
diff --git a/ext/standard/crypt_sha256.c b/ext/standard/crypt_sha256.c
index ea7883ab06..30f913f9a6 100644
--- a/ext/standard/crypt_sha256.c
+++ b/ext/standard/crypt_sha256.c
@@ -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>
diff --git a/ext/standard/crypt_sha512.c b/ext/standard/crypt_sha512.c
index 22f7e7fa79..8d2f017bae 100644
--- a/ext/standard/crypt_sha512.c
+++ b/ext/standard/crypt_sha512.c
@@ -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>