summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-05-22 19:57:15 -0700
committerGarrett D'Amore <garrett@damore.org>2018-05-22 19:57:15 -0700
commitb11f65a6d6ef548680c116f690bae27ea3049687 (patch)
treece6616e9e1a4712f2053ffb425dc3223b1965a85
parent19e01dcaf1afda031143ae171d8eeadd0c49fee1 (diff)
downloadnanomsg-b11f65a6d6ef548680c116f690bae27ea3049687.tar.gz
fixes #969 win: build on case-sensitive file systems fail
This is attempts to build using mingw on some other system, or cross-build. This isn't officially supported, but no reason not to fix this to make it better.
-rw-r--r--tests/win_sec_attr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/win_sec_attr.c b/tests/win_sec_attr.c
index 6bd4f54..8478393 100644
--- a/tests/win_sec_attr.c
+++ b/tests/win_sec_attr.c
@@ -29,9 +29,9 @@
#include "testutil.h"
-#include <AccCtrl.h>
-#include <Sddl.h>
-#include <Aclapi.h>
+#include <accctrl.h>
+#include <sddl.h>
+#include <aclapi.h>
/* Windows only. Custom SECURITY_ATTRIBUTES on a socket. */