commit | aeed6dc18e6257c31e01f266f18546769f735743 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Thu Feb 28 14:08:02 2013 -0800 |
committer | Nick Kralevich <nnk@google.com> | Thu Feb 28 14:08:02 2013 -0800 |
tree | dae2b357f12e50ed522f8f34ef42ed6c5cf677a8 | |
parent | 3dc41967df17d5e4fa8c661ab738760185264ac1 [diff] |
dhcpcd: use correct header file. Change-Id: Ie8e1ad41cc4fc0d8ebcaa7deb5ee0a57d69eb477
diff --git a/dhcpcd.c b/dhcpcd.c index 8a008a0..bac33f3 100644 --- a/dhcpcd.c +++ b/dhcpcd.c
@@ -73,7 +73,7 @@ #include "signals.h" #ifdef ANDROID -#include <linux/capability.h> +#include <sys/capability.h> #include <linux/prctl.h> #include <cutils/properties.h> #include <private/android_filesystem_config.h>