diff options
| author | jvoisin | 2018-01-18 19:08:20 +0100 |
|---|---|---|
| committer | jvoisin | 2018-01-18 19:08:20 +0100 |
| commit | d24dcf6312f59bd9b42d07b99a1b41f0f4883dbe (patch) | |
| tree | 59859a9c722e107aab43dee8a642371a4e4b03de /src | |
| parent | 9bce4e510b2bf0fe863ff8e4f9a1f26d4eb3441c (diff) | |
Improve a bit our portability wrt. windows
Thanks to @remicollet for the tip
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" |
