aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/synth_elf.cc
diff options
context:
space:
mode:
authorSadaf Ebrahimi <sadafebrahimi@google.com>2023-08-21 16:23:57 +0000
committerSadaf Ebrahimi <sadafebrahimi@google.com>2023-08-21 20:27:12 +0000
commit8bac8761455afbb1953cd20d19bee98b3f72e696 (patch)
tree8bac0eef29fb27b0f8ba28f8aaa4dc8400b43107 /src/common/linux/synth_elf.cc
parent332a4371eda197cfcbcd01bf197482aecde23a1a (diff)
parent922d49bdfe3c92e5d35c406f87f2c354637a2f8b (diff)
downloadgoogle-breakpad-8bac8761455afbb1953cd20d19bee98b3f72e696.tar.gz
Upgrade google-breakpad to 922d49bdfe3c92e5d35c406f87f2c354637a2f8b
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update google-breakpad For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: I12c929f9fd858788c537c10308112d8b61a1f553
Diffstat (limited to 'src/common/linux/synth_elf.cc')
-rw-r--r--src/common/linux/synth_elf.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/linux/synth_elf.cc b/src/common/linux/synth_elf.cc
index 2ba25e61..8e9170e7 100644
--- a/src/common/linux/synth_elf.cc
+++ b/src/common/linux/synth_elf.cc
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include <config.h> // Must come first
+#endif
+
#include "common/linux/synth_elf.h"
#include <assert.h>