diff options
author | Zeev Suraski <zeev@php.net> | 2003-02-17 13:29:59 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2003-02-17 13:29:59 +0000 |
commit | 4934744b9334b7f0ba31f31830896d2c1f089246 (patch) | |
tree | 68bab5bad35b1d318a6313c7a8cfc22bac4397bd /ext/standard/flock_compat.c | |
parent | fb607799cc3aa512136e9c8ec480c043050e5aeb (diff) | |
download | php-git-4934744b9334b7f0ba31f31830896d2c1f089246.tar.gz |
Win32 build improvements
Diffstat (limited to 'ext/standard/flock_compat.c')
-rw-r--r-- | ext/standard/flock_compat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/flock_compat.c b/ext/standard/flock_compat.c index ea9d518a29..776926e2f4 100644 --- a/ext/standard/flock_compat.c +++ b/ext/standard/flock_compat.c @@ -29,7 +29,6 @@ #endif #ifdef PHP_WIN32 -#include <windows.h> #include <io.h> #endif |