summaryrefslogtreecommitdiff
path: root/src/windows/patch_functions.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/patch_functions.cc')
-rw-r--r--src/windows/patch_functions.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/patch_functions.cc b/src/windows/patch_functions.cc
index ff5acad..a282eb5 100644
--- a/src/windows/patch_functions.cc
+++ b/src/windows/patch_functions.cc
@@ -66,7 +66,7 @@
# error You should only be including windows/patch_functions.cc in a windows environment!
#endif
-#include "config.h"
+#include <config.h>
#ifdef WIN32_OVERRIDE_ALLOCATORS
#error This file is intended for patching allocators - use override_functions.cc instead.