Add missing include headers for compilation on x86 targets.

Change-Id: I99f7b79bfb5b6305a0772f418a54ace50cac1bbe
diff --git a/TetherController.cpp b/TetherController.cpp
index 2fc2138..8b8a294 100644
--- a/TetherController.cpp
+++ b/TetherController.cpp
@@ -17,6 +17,7 @@
 #include <stdlib.h>
 #include <errno.h>
 #include <fcntl.h>
+#include <string.h>
 
 #include <sys/socket.h>
 #include <sys/stat.h>