summaryrefslogtreecommitdiffstats
path: root/adb/adb_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'adb/adb_utils.h')
-rw-r--r--adb/adb_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/adb/adb_utils.h b/adb/adb_utils.h
index ec8e8b5..4b64afa 100644
--- a/adb/adb_utils.h
+++ b/adb/adb_utils.h
@@ -19,6 +19,7 @@
#include <string>
+bool getcwd(std::string* cwd);
bool directory_exists(const std::string& path);
std::string escape_arg(const std::string& s);