diff options
Diffstat (limited to 'ext/shmop/shmop.c')
-rw-r--r-- | ext/shmop/shmop.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/shmop/shmop.c b/ext/shmop/shmop.c index 8b63984034..53746c2bb8 100644 --- a/ext/shmop/shmop.c +++ b/ext/shmop/shmop.c @@ -17,6 +17,10 @@ +----------------------------------------------------------------------+ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #include "php_ini.h" #include "php_shmop.h" |