summaryrefslogtreecommitdiff
path: root/execute.c
diff options
context:
space:
mode:
Diffstat (limited to 'execute.c')
-rw-r--r--execute.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/execute.c b/execute.c
index db4a88d..fb91284 100644
--- a/execute.c
+++ b/execute.c
@@ -39,9 +39,7 @@
39#include "sha256.h" 39#include "sha256.h"
40 40
41#ifdef PHP_WIN32 41#ifdef PHP_WIN32
42# ifdef HAVE_FNMATCH 42# include "win32/fnmatch.h"
43# include "win32/fnmatch.h"
44# endif
45# include "win32/winutil.h" 43# include "win32/winutil.h"
46# include "win32/time.h" 44# include "win32/time.h"
47#else 45#else