aboutsummaryrefslogtreecommitdiff
path: root/src/common/language.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/language.cc')
-rw-r--r--src/common/language.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/language.cc b/src/common/language.cc
index 0096a8d1..61693a8c 100644
--- a/src/common/language.cc
+++ b/src/common/language.cc
@@ -31,6 +31,10 @@
// language.cc: Subclasses and singletons for google_breakpad::Language.
// See language.h for details.
+#ifdef HAVE_CONFIG_H
+#include <config.h> // Must come first
+#endif
+
#include "common/language.h"
#include <stdlib.h>