blob: 0c753c850d2abf6f9f9e9708a13e2ed1917ccc04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/Src/posix.c
+++ b/Src/posix.c
@@ -15,6 +15,8 @@
#include <glob.h>
#include <unistd.h>
#include <sys/stat.h>
+#include <string.h>
+#include <ctype.h>
char nativePathSep = '/';
|