aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf/cfi_assembler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/dwarf/cfi_assembler.cc')
-rw-r--r--src/common/dwarf/cfi_assembler.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/dwarf/cfi_assembler.cc b/src/common/dwarf/cfi_assembler.cc
index 9ed979b4..b3e064f0 100644
--- a/src/common/dwarf/cfi_assembler.cc
+++ b/src/common/dwarf/cfi_assembler.cc
@@ -31,6 +31,10 @@
// cfi_assembler.cc: Implementation of google_breakpad::CFISection class.
// See cfi_assembler.h for details.
+#ifdef HAVE_CONFIG_H
+#include <config.h> // Must come first
+#endif
+
#include "common/dwarf/cfi_assembler.h"
#include <assert.h>