Merge "Add OpenGL ES AEP feature xml." into lmp-dev
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>
 
diff --git a/cmds/installd/installd.c b/cmds/installd/installd.c
index 3be72a4..62579b9 100644
--- a/cmds/installd/installd.c
+++ b/cmds/installd/installd.c
@@ -15,7 +15,7 @@
 */
 
 #include <sys/capability.h>
-#include <linux/prctl.h>
+#include <sys/prctl.h>
 #include <selinux/android.h>
 #include <selinux/avc.h>