diff options
Diffstat (limited to 'ext/sysvmsg/php_sysvmsg.h')
-rw-r--r-- | ext/sysvmsg/php_sysvmsg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sysvmsg/php_sysvmsg.h b/ext/sysvmsg/php_sysvmsg.h index 5aa075f741..ae91051f1f 100644 --- a/ext/sysvmsg/php_sysvmsg.h +++ b/ext/sysvmsg/php_sysvmsg.h @@ -17,7 +17,7 @@ #ifndef PHP_SYSVMSG_H #define PHP_SYSVMSG_H -#if HAVE_SYSVMSG +#ifdef HAVE_SYSVMSG extern zend_module_entry sysvmsg_module_entry; #define phpext_sysvmsg_ptr &sysvmsg_module_entry |