diff options
| author | jvoisin | 2020-08-07 16:09:36 +0200 |
|---|---|---|
| committer | jvoisin | 2020-08-07 16:09:36 +0200 |
| commit | f3360c4de72b6735bc5f5873dd671c2e56292ce6 (patch) | |
| tree | 7921933c73670cb2e5bae5ac09d7e438c719823a | |
| parent | 71721a0c54c8932a9c7a396e0cbe5d7e19f040e9 (diff) | |
Move an include
| -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 |
