Skip to content

Commit 9d9aa7d

Browse files
committed
fix
1 parent 5709e0b commit 9d9aa7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

win32/glob.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@
5959
# define ARG_MAX 14500
6060
#endif
6161

62+
#include "php.h"
6263
#include "glob.h"
64+
#include "ioutil.h"
6365
#include <stdbool.h>
6466
#include <stdint.h>
6567
#include <sys/stat.h>
@@ -69,7 +71,6 @@
6971
#include <stdio.h>
7072
#include <stdlib.h>
7173
#include <string.h>
72-
#include "php.h"
7374

7475
#define DOLLAR '$'
7576
#define DOT '.'

0 commit comments

Comments
 (0)