aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/compat.h b/include/compat.h
index d2cb18b86..7cee76142 100644
--- a/include/compat.h
+++ b/include/compat.h
@@ -37,7 +37,7 @@
* order to build on Windows correctly.
*/
#if defined _WIN32
-# include "inspircd_win32wrapper.h"
+# include "win32wrapper.h"
#else
# define DllExport __attribute__ ((visibility ("default")))
# define CoreExport __attribute__ ((visibility ("default")))