diff options
Diffstat (limited to 'libcutils/sockets_unix.cpp')
-rw-r--r-- | libcutils/sockets_unix.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libcutils/sockets_unix.cpp b/libcutils/sockets_unix.cpp index e51a1c7a2..3545403aa 100644 --- a/libcutils/sockets_unix.cpp +++ b/libcutils/sockets_unix.cpp @@ -14,7 +14,11 @@ * limitations under the License. */ +#define LOG_TAG "socket-unix" + #include <sys/uio.h> +#include <time.h> +#include <unistd.h> #include <android/log.h> #include <cutils/sockets.h> |