summaryrefslogtreecommitdiff
path: root/ext/standard/crypt_sha512.c
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-01-14 19:44:54 +0000
committerPierre Joye <pajoye@php.net>2010-01-14 19:44:54 +0000
commit95839948283086cf77dbe2305eee3f587d6383fb (patch)
treec02cf54afd2cf0574f607f7bb2b0208fdc561f94 /ext/standard/crypt_sha512.c
parentfae24f929868f69f61c55efbc1559c01c6d7f7b7 (diff)
downloadphp-git-95839948283086cf77dbe2305eee3f587d6383fb.tar.gz
- fix build
Diffstat (limited to 'ext/standard/crypt_sha512.c')
-rw-r--r--ext/standard/crypt_sha512.c6
1 files changed, 2 insertions, 4 deletions
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>