diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2003-01-28 00:42:54 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2003-01-28 00:42:54 +0000 |
| commit | b9a7918c43f7c0d84200f9202347734d102edbf5 (patch) | |
| tree | 3291199d39d745f006bd39f382ef8bb0364eee6e /main/php_scandir.c | |
| parent | 7c283f80bebb493008fa3c025416d6a907ab4bf8 (diff) | |
| download | php-git-b9a7918c43f7c0d84200f9202347734d102edbf5.tar.gz | |
2nd part of Sebastian's patch.
Diffstat (limited to 'main/php_scandir.c')
| -rw-r--r-- | main/php_scandir.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/php_scandir.c b/main/php_scandir.c index 8974a69889..a467a42bb9 100644 --- a/main/php_scandir.c +++ b/main/php_scandir.c @@ -18,7 +18,11 @@ */ #include "php_scandir.h" +#ifdef PHP_WIN32 +#include "config.w32.h" +#else #include "php_config.h" +#endif #ifndef HAVE_SCANDIR #include <sys/types.h> |
