aboutsummaryrefslogtreecommitdiff
path: root/src/common/stabs_reader.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/stabs_reader.cc')
-rw-r--r--src/common/stabs_reader.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/stabs_reader.cc b/src/common/stabs_reader.cc
index 30118830..e18780c9 100644
--- a/src/common/stabs_reader.cc
+++ b/src/common/stabs_reader.cc
@@ -31,6 +31,10 @@
// This file implements the google_breakpad::StabsReader class.
// See stabs_reader.h.
+#ifdef HAVE_CONFIG_H
+#include <config.h> // Must come first
+#endif
+
#include "common/stabs_reader.h"
#include <assert.h>