summaryrefslogtreecommitdiffstats
path: root/lib/libcompiler_rt/enable_execute_stack.c
diff options
context:
space:
mode:
authorpatrick <patrick@openbsd.org>2018-09-18 20:21:40 +0000
committerpatrick <patrick@openbsd.org>2018-09-18 20:21:40 +0000
commit3d56ebce3ebb9c8a172fe01306f9897260997ec2 (patch)
treeb429f71c3354e03b64d1418b8bc7d7eea2265b45 /lib/libcompiler_rt/enable_execute_stack.c
parentsync (diff)
downloadwireguard-openbsd-3d56ebce3ebb9c8a172fe01306f9897260997ec2.tar.xz
wireguard-openbsd-3d56ebce3ebb9c8a172fe01306f9897260997ec2.zip
Update to compiler-rt 6.0.0.
tested by naddy@ ok kettenis@
Diffstat (limited to 'lib/libcompiler_rt/enable_execute_stack.c')
-rw-r--r--lib/libcompiler_rt/enable_execute_stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcompiler_rt/enable_execute_stack.c b/lib/libcompiler_rt/enable_execute_stack.c
index 0dc3482c446..327d460b425 100644
--- a/lib/libcompiler_rt/enable_execute_stack.c
+++ b/lib/libcompiler_rt/enable_execute_stack.c
@@ -22,7 +22,7 @@
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
-#include <Windows.h>
+#include <windows.h>
#else
#ifndef __APPLE__
#include <unistd.h>