aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Tan <samueltan@google.com>2015-08-21 14:51:38 -0700
committerSamuel Tan <samueltan@google.com>2015-08-21 15:01:05 -0700
commit400e4d5be8159b314dbaa692587f8431579f3f98 (patch)
tree7145d4eed55a80db4fde1d092e171d8bb0235a74
parent6265fccd52dc1eebdb75e38c5432e0fd0568af63 (diff)
downloaddhcpcd-6.8.2-400e4d5be8159b314dbaa692587f8431579f3f98.tar.gz
dhcpcd-6.8.2: add includes for compat/ headers
Add includes for the headers of the source files in the compat/ directory that we use when compiling dhcpcd-6.8.2. This prevents any conflicts with similarly named headers in Android's include paths. BUG: 22956197 Change-Id: I159d5d08fc0ffabcdfceec18e1546e8c5d3046c9
-rw-r--r--config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.h b/config.h
index 22b27db..c4c943d 100644
--- a/config.h
+++ b/config.h
@@ -8,8 +8,11 @@
#ifndef NBBY
#define NBBY 8
#endif
-#include "compat/queue.h"
+#include "compat/closefrom.h"
#include "compat/endian.h"
+#include "compat/posix_spawn.h"
+#include "compat/queue.h"
+#include "compat/strtoi.h"
#include <signal.h>
#include <linux/rtnetlink.h>