Commit 44d5e47d8c486e149c262974bfab808737ac85c1

Dan Skorupski 2019-08-24T10:39:56

Fix include casing for case-sensitive filesystems.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/path.c b/src/path.c
index 150e09e..732834f 100644
--- a/src/path.c
+++ b/src/path.c
@@ -14,7 +14,7 @@
 #include "win32/w32_buffer.h"
 #include "win32/w32_util.h"
 #include "win32/version.h"
-#include <AclAPI.h>
+#include <aclapi.h>
 #else
 #include <dirent.h>
 #endif