aboutsummaryrefslogtreecommitdiff
path: root/src/common/stabs_reader.h
diff options
context:
space:
mode:
authorted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2011-02-28 14:05:22 +0000
committerted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2011-02-28 14:05:22 +0000
commitdbf409ca209b0cd2723ef617a8de024e2a65009b (patch)
treebb73df293f3ad2fee445e3772d3f5015da56e41a /src/common/stabs_reader.h
parentFix breakpad compilation on ubuntu 10.10. (diff)
downloadbreakpad-dbf409ca209b0cd2723ef617a8de024e2a65009b.tar.xz
Make programs in src/tools/linux build via the automake build system
R=jimb at http://breakpad.appspot.com/265001 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@775 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/common/stabs_reader.h')
-rw-r--r--src/common/stabs_reader.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/stabs_reader.h b/src/common/stabs_reader.h
index 3c28b9ba..c17fcc7a 100644
--- a/src/common/stabs_reader.h
+++ b/src/common/stabs_reader.h
@@ -49,6 +49,10 @@
#include <stddef.h>
#include <stdint.h>
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#ifdef HAVE_A_OUT_H
#include <a.out.h>
#endif