aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/safe_readlink.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/linux/safe_readlink.cc')
-rw-r--r--src/common/linux/safe_readlink.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/linux/safe_readlink.cc b/src/common/linux/safe_readlink.cc
index 97ea62c0..a42b01a5 100644
--- a/src/common/linux/safe_readlink.cc
+++ b/src/common/linux/safe_readlink.cc
@@ -29,6 +29,10 @@
// safe_readlink.cc: Implement google_breakpad::SafeReadLink.
// See safe_readlink.h for details.
+#ifdef HAVE_CONFIG_H
+#include <config.h> // Must come first
+#endif
+
#include <stddef.h>
#include "third_party/lss/linux_syscall_support.h"