aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf/bytereader_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/dwarf/bytereader_unittest.cc')
-rw-r--r--src/common/dwarf/bytereader_unittest.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/dwarf/bytereader_unittest.cc b/src/common/dwarf/bytereader_unittest.cc
index c23c737b..a5eb0da5 100644
--- a/src/common/dwarf/bytereader_unittest.cc
+++ b/src/common/dwarf/bytereader_unittest.cc
@@ -30,6 +30,10 @@
// bytereader_unittest.cc: Unit tests for google_breakpad::ByteReader
+#ifdef HAVE_CONFIG_H
+#include <config.h> // Must come first
+#endif
+
#include <stdint.h>
#include <string>