diff options
author | Josh Gao <jmgao@google.com> | 2016-12-05 13:15:55 -0800 |
---|---|---|
committer | Josh Gao <jmgao@google.com> | 2016-12-05 13:15:55 -0800 |
commit | 43c02b27cd50a75f0fecb44e56a9bf32c6923aef (patch) | |
tree | 190fcea98aed75dabc9200985431eafc1c97236d /adb/file_sync_client.cpp | |
parent | 97e228e903518dd77e88d0e82a6ee9fee6e0c553 (diff) |
Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp."
This reverts commit 4fba3d2638ecec0f87fe8d8913490bfbd7234d19.
Diffstat (limited to 'adb/file_sync_client.cpp')
-rw-r--r-- | adb/file_sync_client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/adb/file_sync_client.cpp b/adb/file_sync_client.cpp index 5160569720..fc18393ff1 100644 --- a/adb/file_sync_client.cpp +++ b/adb/file_sync_client.cpp @@ -15,10 +15,12 @@ */ #include <dirent.h> +#include <errno.h> #include <inttypes.h> #include <limits.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <sys/stat.h> #include <sys/time.h> #include <sys/types.h> |