summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2013-03-01 17:42:32 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-03-01 17:42:32 +0000
commit5ec3e781c540d660a921a48575e241ae6839a26f (patch)
tree6df6c23036da538cc91a766bd9e3a167578cee2d
parenteb0d12963d271052c24abb025d698504df9e7573 (diff)
parentd747129e1e8876f5a50f47156ec50b6969a638e4 (diff)
downloadframeworks_native-5ec3e781c540d660a921a48575e241ae6839a26f.zip
frameworks_native-5ec3e781c540d660a921a48575e241ae6839a26f.tar.gz
frameworks_native-5ec3e781c540d660a921a48575e241ae6839a26f.tar.bz2
Merge "installd: use correct header file." into jb-mr2-dev
-rw-r--r--cmds/installd/commands.c2
-rw-r--r--cmds/installd/installd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/cmds/installd/commands.c b/cmds/installd/commands.c
index c272e47..a58eca8 100644
--- a/cmds/installd/commands.c
+++ b/cmds/installd/commands.c
@@ -14,7 +14,7 @@
** limitations under the License.
*/
-#include <linux/capability.h>
+#include <sys/capability.h>
#include "installd.h"
#include <diskusage/dirsize.h>
#include <selinux/android.h>
diff --git a/cmds/installd/installd.c b/cmds/installd/installd.c
index 2285e79..f81dfe5 100644
--- a/cmds/installd/installd.c
+++ b/cmds/installd/installd.c
@@ -14,7 +14,7 @@
** limitations under the License.
*/
-#include <linux/capability.h>
+#include <sys/capability.h>
#include <linux/prctl.h>
#include "installd.h"