Fix implicit declaration of function 'prctl' in adb.

(cherry picked from commit b4dd6ef223c4744f8583add1b4999c9ce0b5a0fe)

Change-Id: Ia64bec746ae8d2c45663f61afb46702838b1e5bf
diff --git a/adb/adb.c b/adb/adb.c
index 90bdbaa..2c7793d 100644
--- a/adb/adb.c
+++ b/adb/adb.c
@@ -37,8 +37,8 @@
 #include <cutils/properties.h>
 #include <private/android_filesystem_config.h>
 #include <sys/capability.h>
-#include <linux/prctl.h>
 #include <sys/mount.h>
+#include <sys/prctl.h>
 #include <getopt.h>
 #include <selinux/selinux.h>
 #else