summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Scott <phanna@android.com>2009-11-13 13:15:10 -0500
committerPatrick Scott <phanna@android.com>2009-11-13 13:20:42 -0500
commitdc29f1597fe7197ef0b63b4f75a9af97b1902326 (patch)
treecfd53781b82e6dc8fc22d0d24db379f9ca9fe470
parent7063c3efe30d0ec965ac48439917030f62f50489 (diff)
downloadexternal_webkit-dc29f1597fe7197ef0b63b4f75a9af97b1902326.zip
external_webkit-dc29f1597fe7197ef0b63b4f75a9af97b1902326.tar.gz
external_webkit-dc29f1597fe7197ef0b63b4f75a9af97b1902326.tar.bz2
Fix the sim build.
-rw-r--r--WebKit/android/wds/Connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebKit/android/wds/Connection.h b/WebKit/android/wds/Connection.h
index 495a200..d67179e 100644
--- a/WebKit/android/wds/Connection.h
+++ b/WebKit/android/wds/Connection.h
@@ -26,6 +26,7 @@
#ifndef WDS_CONNECTION_H
#define WDS_CONNECTION_H
+#include <unistd.h>
#include <sys/socket.h>
namespace android {