aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2013-02-28 14:08:02 -0800
committerNick Kralevich <nnk@google.com>2013-02-28 14:08:02 -0800
commitaeed6dc18e6257c31e01f266f18546769f735743 (patch)
treedae2b357f12e50ed522f8f34ef42ed6c5cf677a8
parent3dc41967df17d5e4fa8c661ab738760185264ac1 (diff)
downloadandroid_external_dhcpcd-aeed6dc18e6257c31e01f266f18546769f735743.tar.gz
android_external_dhcpcd-aeed6dc18e6257c31e01f266f18546769f735743.tar.bz2
android_external_dhcpcd-aeed6dc18e6257c31e01f266f18546769f735743.zip
dhcpcd: use correct header file.
Change-Id: Ie8e1ad41cc4fc0d8ebcaa7deb5ee0a57d69eb477
-rw-r--r--dhcpcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpcd.c b/dhcpcd.c
index 8a008a0..bac33f3 100644
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -73,7 +73,7 @@ const char copyright[] = "Copyright (c) 2006-2012 Roy Marples";
#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>