summaryrefslogtreecommitdiff
path: root/ext/posix/php_posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/posix/php_posix.h')
-rw-r--r--ext/posix/php_posix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/posix/php_posix.h b/ext/posix/php_posix.h
index 55a096dc59..590d613bd4 100644
--- a/ext/posix/php_posix.h
+++ b/ext/posix/php_posix.h
@@ -21,7 +21,7 @@
#include "config.h"
#endif
-#if HAVE_POSIX
+#ifdef HAVE_POSIX
#ifndef DLEXPORT
#define DLEXPORT
#endif