commit | 22641851c48fee6e79d01adcfab01c0b625cfb3c | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Fri Mar 01 16:39:57 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Mar 01 16:39:58 2013 +0000 |
tree | bfce0aff54e0c4da61abf615a66a31497e0f9ccf | |
parent | 45b0e4350d3404bd194edc569e36ecca017c3d76 [diff] | |
parent | e96b2d0037857646dbf50968fbf4b2973a07f1c9 [diff] |
Merge "dumpstate: use correct header file."
diff --git a/cmds/dumpstate/dumpstate.c b/cmds/dumpstate/dumpstate.c index 8718bb6..55a36c2 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>