Skip to content

Commit 44d5e47

Browse files
author
Dan Skorupski
committed
Fix include casing for case-sensitive filesystems.
1 parent 08cfa43 commit 44d5e47

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)