diff options
| author | 2013-03-01 16:39:57 +0000 | |
|---|---|---|
| committer | 2013-03-01 16:39:58 +0000 | |
| commit | 22641851c48fee6e79d01adcfab01c0b625cfb3c (patch) | |
| tree | bfce0aff54e0c4da61abf615a66a31497e0f9ccf | |
| parent | 45b0e4350d3404bd194edc569e36ecca017c3d76 (diff) | |
| parent | e96b2d0037857646dbf50968fbf4b2973a07f1c9 (diff) | |
Merge "dumpstate: use correct header file."
| -rw-r--r-- | cmds/dumpstate/dumpstate.c | 2 |
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> |