OSDN Git Service

Fix implicit declaration of function 'prctl' in bluedroid.
authorElliott Hughes <enh@google.com>
Sat, 19 Jul 2014 00:07:51 +0000 (17:07 -0700)
committerElliott Hughes <enh@google.com>
Sat, 19 Jul 2014 00:10:41 +0000 (17:10 -0700)
(cherry picked from commit d356ffbf6f6095489c73266e6e591b1167cfa5e6)

Change-Id: Icc160c758c126e48fd6490cd14211a8685e4cdba

btif/src/btif_hl.c

index e828bf6..64b1f59 100644 (file)
@@ -41,6 +41,7 @@
 #include <ctype.h>
 #include <sys/select.h>
 #include <sys/poll.h>
+#include <sys/prctl.h>
 #include <cutils/sockets.h>
 #include <cutils/log.h>