aboutsummaryrefslogtreecommitdiff
path: root/src/common/windows/omap.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/windows/omap.cc')
-rw-r--r--src/common/windows/omap.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/windows/omap.cc b/src/common/windows/omap.cc
index ad916997..1ffcec76 100644
--- a/src/common/windows/omap.cc
+++ b/src/common/windows/omap.cc
@@ -100,6 +100,10 @@
// position) so that resolution will work as expected for translated addresses.
// This is transparent to the rest of the toolchain.
+#ifdef HAVE_CONFIG_H
+#include <config.h> // Must come first
+#endif
+
#include "common/windows/omap.h"
#include <atlbase.h>