commit | d2a049220a8299ab19a96d6dcc12b7034da28d28 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jul 18 17:54:09 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Jul 18 18:19:54 2014 -0700 |
tree | 001f6ed6770b445e176721ddf1a75cb089407435 | |
parent | 119b765a053f650b4b47256245ce836f8c403d7f [diff] |
Always #include <sys/...>, not <linux/...>. (cherry picked from commit 1e4ee9afd2de12af98dbf476b73e2d43f605384c) Change-Id: Ie005774484f98bb33c8f867cddb778ac04a1d4ea
diff --git a/cmds/dumpstate/dumpstate.c b/cmds/dumpstate/dumpstate.c index 36d11fb..ff01da5 100644 --- a/cmds/dumpstate/dumpstate.c +++ b/cmds/dumpstate/dumpstate.c
@@ -26,7 +26,7 @@ #include <sys/wait.h> #include <unistd.h> #include <sys/capability.h> -#include <linux/prctl.h> +#include <sys/prctl.h> #include <cutils/properties.h>