aboutsummaryrefslogtreecommitdiff
path: root/src/tools/windows/dump_syms/dump_syms.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/windows/dump_syms/dump_syms.cc')
-rw-r--r--src/tools/windows/dump_syms/dump_syms.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/windows/dump_syms/dump_syms.cc b/src/tools/windows/dump_syms/dump_syms.cc
index 26c226a2..1979d430 100644
--- a/src/tools/windows/dump_syms/dump_syms.cc
+++ b/src/tools/windows/dump_syms/dump_syms.cc
@@ -29,6 +29,10 @@
// Windows utility to dump the line number data from a pdb file to
// a text-based format that we can use from the minidump processor.
+#ifdef HAVE_CONFIG_H
+#include <config.h> // Must come first
+#endif
+
#include <stdio.h>
#include <wchar.h>