diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/php_snuffleupagus.h | 4 | ||||
| -rw-r--r-- | src/snuffleupagus.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index b42c300..0849d36 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h | |||
| @@ -7,6 +7,10 @@ | |||
| 7 | #define PHP_SNUFFLEUPAGUS_URL "https://github.com/jvoisin/snuffleupagus" | 7 | #define PHP_SNUFFLEUPAGUS_URL "https://github.com/jvoisin/snuffleupagus" |
| 8 | #define PHP_SNUFFLEUPAGUS_COPYRIGHT "LGPLv2" | 8 | #define PHP_SNUFFLEUPAGUS_COPYRIGHT "LGPLv2" |
| 9 | 9 | ||
| 10 | #ifdef HAVE_CONFIG_H | ||
| 11 | #include "config.h" | ||
| 12 | #endif | ||
| 13 | |||
| 10 | #include <errno.h> | 14 | #include <errno.h> |
| 11 | #include <fcntl.h> | 15 | #include <fcntl.h> |
| 12 | #include <inttypes.h> | 16 | #include <inttypes.h> |
diff --git a/src/snuffleupagus.c b/src/snuffleupagus.c index ff2d2b6..d62069c 100644 --- a/src/snuffleupagus.c +++ b/src/snuffleupagus.c | |||
| @@ -4,10 +4,6 @@ | |||
| 4 | #include <glob.h> | 4 | #include <glob.h> |
| 5 | #endif | 5 | #endif |
| 6 | 6 | ||
| 7 | #ifdef HAVE_CONFIG_H | ||
| 8 | #include "config.h" | ||
| 9 | #endif | ||
| 10 | |||
| 11 | #include "php_snuffleupagus.h" | 7 | #include "php_snuffleupagus.h" |
| 12 | 8 | ||
| 13 | #ifndef ZEND_EXT_API | 9 | #ifndef ZEND_EXT_API |
