aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker_riscv64.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor/stackwalker_riscv64.cc')
-rw-r--r--src/processor/stackwalker_riscv64.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/processor/stackwalker_riscv64.cc b/src/processor/stackwalker_riscv64.cc
index d97bad63..0ed7b5e6 100644
--- a/src/processor/stackwalker_riscv64.cc
+++ b/src/processor/stackwalker_riscv64.cc
@@ -33,6 +33,10 @@
* Author: Iacopo Colonnelli
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h> // Must come first
+#endif
+
#include "common/scoped_ptr.h"
#include "google_breakpad/processor/call_stack.h"
#include "google_breakpad/processor/code_modules.h"