Skip to content

Commit 4e20c7b

Browse files
authored
Merge pull request libgit2#5213 from boardwalk/dskorupski/fix_include_case
Fix include casing for case-sensitive filesystems.
2 parents 6031978 + 44d5e47 commit 4e20c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/path.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include "win32/w32_buffer.h"
1515
#include "win32/w32_util.h"
1616
#include "win32/version.h"
17-
#include <AclAPI.h>
17+
#include <aclapi.h>
1818
#else
1919
#include <dirent.h>
2020
#endif

0 commit comments

Comments
 (0)