summaryrefslogtreecommitdiff
path: root/ext/standard/crypt_sha256.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/crypt_sha256.c')
-rw-r--r--ext/standard/crypt_sha256.c6
1 files changed, 2 insertions, 4 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>