diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/snuffleupagus.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/snuffleupagus.c b/src/snuffleupagus.c index 219edca..3cdcfb9 100644 --- a/src/snuffleupagus.c +++ b/src/snuffleupagus.c | |||
| @@ -1,4 +1,8 @@ | |||
| 1 | #ifdef PHP_WIN32 | ||
| 2 | #include "win32/glob.h" | ||
| 3 | #else | ||
| 1 | #include <glob.h> | 4 | #include <glob.h> |
| 5 | #endif | ||
| 2 | 6 | ||
| 3 | #ifdef HAVE_CONFIG_H | 7 | #ifdef HAVE_CONFIG_H |
| 4 | #include "config.h" | 8 | #include "config.h" |
