diff options
| author | 2013-02-28 16:46:22 -0800 | |
|---|---|---|
| committer | 2013-02-28 16:46:22 -0800 | |
| commit | e96b2d0037857646dbf50968fbf4b2973a07f1c9 (patch) | |
| tree | bfce0aff54e0c4da61abf615a66a31497e0f9ccf | |
| parent | 45b0e4350d3404bd194edc569e36ecca017c3d76 (diff) | |
dumpstate: use correct header file.
Change-Id: I006d7a219ce6309259f271beff6011cc266f1a61
| -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> |