OSDN Git Service

Always #include <sys/...>, not <linux/...>.
authorElliott Hughes <enh@google.com>
Sat, 19 Jul 2014 00:54:09 +0000 (17:54 -0700)
committerElliott Hughes <enh@google.com>
Sat, 19 Jul 2014 01:19:54 +0000 (18:19 -0700)
(cherry picked from commit 1e4ee9afd2de12af98dbf476b73e2d43f605384c)

Change-Id: Ie005774484f98bb33c8f867cddb778ac04a1d4ea

cmds/dumpstate/dumpstate.c

index 36d11fb..ff01da5 100644 (file)
@@ -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>