summaryrefslogtreecommitdiff
path: root/src/common/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/core.c')
-rw-r--r--src/common/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/core.c b/src/common/core.c
index bde1d9c0b..22d36eaab 100644
--- a/src/common/core.c
+++ b/src/common/core.c
@@ -18,7 +18,7 @@
#ifndef _WIN32
#include <unistd.h>
#else
-#include <windows.h> // Console close event handling
+#include "../common/winapi.h" // Console close event handling
#endif