diff options
-rw-r--r-- | ext/posix/php_posix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/posix/php_posix.h b/ext/posix/php_posix.h index be55a7d36d..6e363f79ff 100644 --- a/ext/posix/php_posix.h +++ b/ext/posix/php_posix.h @@ -33,7 +33,7 @@ #ifndef _PHP_POSIX_H #define _PHP_POSIX_H - +#if HAVE_POSIX #ifndef DLEXPORT #define DLEXPORT #endif |