aboutsummaryrefslogtreecommitdiff
path: root/src/common/stabs_to_module.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/stabs_to_module.cc')
-rw-r--r--src/common/stabs_to_module.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/stabs_to_module.cc b/src/common/stabs_to_module.cc
index 3d026c22..f04c987a 100644
--- a/src/common/stabs_to_module.cc
+++ b/src/common/stabs_to_module.cc
@@ -30,6 +30,10 @@
// dump_stabs.cc --- implement the StabsToModule class.
+#ifdef HAVE_CONFIG_H
+#include <config.h> // Must come first
+#endif
+
#include <assert.h>
#include <cxxabi.h>
#include <stdarg.h>