diff options
Diffstat (limited to 'lib/libcompiler_rt/enable_execute_stack.c')
-rw-r--r-- | lib/libcompiler_rt/enable_execute_stack.c | 2 |
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> |