summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2019-08-25 22:11:39 -0400
committerGitHub <noreply@github.com>2019-08-25 22:11:39 -0400
commit4e20c7b1374bbed0c6c3752b278a6d458d57b5fc (patch)
tree2626af2e580d320ae3486ed7a2849ec9737a7ae1
parent60319788928def21d2164e472a0347bcd8cdab70 (diff)
parent44d5e47d8c486e149c262974bfab808737ac85c1 (diff)
downloadlibgit2-4e20c7b1374bbed0c6c3752b278a6d458d57b5fc.tar.gz
Merge pull request #5213 from boardwalk/dskorupski/fix_include_case
Fix include casing for case-sensitive filesystems.
-rw-r--r--src/path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path.c b/src/path.c
index 150e09eb6..732834fbe 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