From 3b967f52f2d859c736028b8c5983fd759c5e62b6 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 24 Feb 2015 12:37:13 -0800 Subject: [PATCH] Add missing to adb_listeners.c. Change-Id: If9505880a33131b27bfaa19f3efd45c83a6810ed --- adb/adb_listeners.c | 1 + 1 file changed, 1 insertion(+) diff --git a/adb/adb_listeners.c b/adb/adb_listeners.c index 699f3f5fe..cccc5208d 100644 --- a/adb/adb_listeners.c +++ b/adb/adb_listeners.c @@ -17,6 +17,7 @@ #include "adb_listeners.h" #include +#include #include "sysdeps.h"