aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stack_frame_cpu.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor/stack_frame_cpu.cc')
-rw-r--r--src/processor/stack_frame_cpu.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/processor/stack_frame_cpu.cc b/src/processor/stack_frame_cpu.cc
index e31a3198..4a4a052c 100644
--- a/src/processor/stack_frame_cpu.cc
+++ b/src/processor/stack_frame_cpu.cc
@@ -32,6 +32,10 @@
//
// Author: Colin Blundell
+#ifdef HAVE_CONFIG_H
+#include <config.h> // Must come first
+#endif
+
#include "google_breakpad/processor/stack_frame_cpu.h"
namespace google_breakpad {