summaryrefslogtreecommitdiff
path: root/ext/standard/password.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/password.c')
-rw-r--r--ext/standard/password.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/password.c b/ext/standard/password.c
index 4657f6a5f8..33c6e5c718 100644
--- a/ext/standard/password.c
+++ b/ext/standard/password.c
@@ -32,7 +32,7 @@
#include "info.h"
#include "php_random.h"
-#if PHP_WIN32
+#ifdef PHP_WIN32
#include "win32/winutil.h"
#endif