diff options
Diffstat (limited to 'ext/shmop/php_shmop.h')
-rw-r--r-- | ext/shmop/php_shmop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/shmop/php_shmop.h b/ext/shmop/php_shmop.h index af17a2b899..659941aa3e 100644 --- a/ext/shmop/php_shmop.h +++ b/ext/shmop/php_shmop.h @@ -17,7 +17,7 @@ #ifndef PHP_SHMOP_H #define PHP_SHMOP_H -#if HAVE_SHMOP +#ifdef HAVE_SHMOP extern zend_module_entry shmop_module_entry; #define phpext_shmop_ptr &shmop_module_entry |