diff options
author | Frank M. Kromann <fmk@php.net> | 2006-12-01 20:17:50 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2006-12-01 20:17:50 +0000 |
commit | a6b3682dba9dfd834920537ff33b2015d35bf1b9 (patch) | |
tree | d605343e4b0a7866ca3db0a69466e56e098841ee /main/php_scandir.c | |
parent | f3e577375e3c84cd66b4f9b2712dab38f7e500f2 (diff) | |
download | php-git-a6b3682dba9dfd834920537ff33b2015d35bf1b9.tar.gz |
Fix win32 build
Diffstat (limited to 'main/php_scandir.c')
-rw-r--r-- | main/php_scandir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_scandir.c b/main/php_scandir.c index 27fc7d3ec9..fd6a9268f6 100644 --- a/main/php_scandir.c +++ b/main/php_scandir.c @@ -32,6 +32,7 @@ #ifndef HAVE_SCANDIR #ifdef PHP_WIN32 +#include "win32/param.h" #include "win32/readdir.h" #endif |