summaryrefslogtreecommitdiffstats
path: root/CommandListener.cpp
diff options
context:
space:
mode:
authorOlivier Bailly <olivier@google.com>2010-11-16 10:41:53 -0800
committerOlivier Bailly <olivier@google.com>2010-11-16 10:41:53 -0800
commit37dcda68d334f70e1f7f69a9817def65fe3ee717 (patch)
tree9a504e5f9ec4cccb68ef0890361c154db5db905d /CommandListener.cpp
parent92c243afae15567f166d0059db5aff13b8849596 (diff)
downloadsystem_vold-37dcda68d334f70e1f7f69a9817def65fe3ee717.zip
system_vold-37dcda68d334f70e1f7f69a9817def65fe3ee717.tar.gz
system_vold-37dcda68d334f70e1f7f69a9817def65fe3ee717.tar.bz2
Add missing include headers for compilation on Intel target for Google TV.
Change-Id: I9f71b5e871671d1d64ad37f78a8944653409b8e1
Diffstat (limited to 'CommandListener.cpp')
-rw-r--r--CommandListener.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CommandListener.cpp b/CommandListener.cpp
index b0fc551..bc6b9e0 100644
--- a/CommandListener.cpp
+++ b/CommandListener.cpp
@@ -22,6 +22,7 @@
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
+#include <string.h>
#define LOG_TAG "VoldCmdListener"
#include <cutils/log.h>
@@ -504,4 +505,3 @@ int CommandListener::XwarpCmd::runCommand(SocketClient *cli,
return 0;
}
-