summaryrefslogtreecommitdiff
path: root/android/tester-socket.c
diff options
context:
space:
mode:
authorGrzegorz Kolodziejczyk <grzegorz.kolodziejczyk@tieto.com>2014-12-17 15:01:32 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-12-18 18:17:11 +0100
commit43370aec612d21f721a5f2a684c5e3725b063006 (patch)
tree310cdb31eba6ffccc7ffbd55f6e8e860fea82ee2 /android/tester-socket.c
parent4472f5a35cffd97edd7e4d1ef758de9852961a8a (diff)
downloadbluez-43370aec612d21f721a5f2a684c5e3725b063006.tar.gz
android/tester: Refreactor tester-main header includes
Profile testers should contain necessary headers include instead of tester-main header.
Diffstat (limited to 'android/tester-socket.c')
-rw-r--r--android/tester-socket.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/tester-socket.c b/android/tester-socket.c
index c70d753da..3b1dd543a 100644
--- a/android/tester-socket.c
+++ b/android/tester-socket.c
@@ -16,9 +16,12 @@
*/
#include <fcntl.h>
+#include <unistd.h>
#include <stdbool.h>
#include "emulator/bthost.h"
+#include "src/shared/tester.h"
+#include "src/shared/queue.h"
#include "tester-main.h"
static struct queue *list; /* List of socket test cases */