summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nick Kralevich <nnk@google.com> 2013-03-01 16:39:57 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2013-03-01 16:39:58 +0000
commit22641851c48fee6e79d01adcfab01c0b625cfb3c (patch)
treebfce0aff54e0c4da61abf615a66a31497e0f9ccf
parent45b0e4350d3404bd194edc569e36ecca017c3d76 (diff)
parente96b2d0037857646dbf50968fbf4b2973a07f1c9 (diff)
Merge "dumpstate: use correct header file."
-rw-r--r--cmds/dumpstate/dumpstate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/dumpstate/dumpstate.c b/cmds/dumpstate/dumpstate.c
index 8718bb65c1..55a36c2308 100644
--- a/cmds/dumpstate/dumpstate.c
+++ b/cmds/dumpstate/dumpstate.c
@@ -25,7 +25,7 @@
#include <sys/time.h>
#include <sys/wait.h>
#include <unistd.h>
-#include <linux/capability.h>
+#include <sys/capability.h>
#include <linux/prctl.h>
#include <cutils/properties.h>