diff options
| author | Ben Fuhrmannek | 2020-06-15 11:27:30 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2020-06-15 11:27:30 +0200 |
| commit | 8776410692bf336a104fa19442f0fb761ecf0b5d (patch) | |
| tree | 392016d79f0d7aae470af3252995ac023da8b064 /src/php_snuffleupagus.h | |
| parent | c3b5fc85dad5a4e20f2e2ca7b95b0c7407a3b8b6 (diff) | |
clobal config.h + better debug log
Diffstat (limited to 'src/php_snuffleupagus.h')
| -rw-r--r-- | src/php_snuffleupagus.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index 43131fe..dae2154 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h | |||
| @@ -7,6 +7,10 @@ | |||
| 7 | #define PHP_SNUFFLEUPAGUS_URL "https://github.com/nbs-system/snuffleupagus" | 7 | #define PHP_SNUFFLEUPAGUS_URL "https://github.com/nbs-system/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> |
