diff options
author | Vladimir Chtchetkine <vchtchetkine@google.com> | 2011-02-01 07:18:23 -0800 |
---|---|---|
committer | Android Code Review <code-review@android.com> | 2011-02-01 07:18:23 -0800 |
commit | f4d4ca164dea606cee27e1f68d4742a3c57b0954 (patch) | |
tree | 1d8d2bbc7d13742129a0faad57ea51931c2e0080 /android/sync-utils.h | |
parent | a7880fe783781bbedf998916791ebd70fb252b88 (diff) | |
parent | 85276806ec6ac969d7befa2496c1de59adaaac74 (diff) | |
download | external_qemu-f4d4ca164dea606cee27e1f68d4742a3c57b0954.zip external_qemu-f4d4ca164dea606cee27e1f68d4742a3c57b0954.tar.gz external_qemu-f4d4ca164dea606cee27e1f68d4742a3c57b0954.tar.bz2 |
Merge "Refactor attach-UI service"
Diffstat (limited to 'android/sync-utils.h')
-rw-r--r-- | android/sync-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/sync-utils.h b/android/sync-utils.h index d99caaf..bb54f3c 100644 --- a/android/sync-utils.h +++ b/android/sync-utils.h @@ -22,6 +22,7 @@ #ifndef ANDROID_SYNC_UTILS_H #define ANDROID_SYNC_UTILS_H +#include "android/android.h" #include "sockets.h" /* Descriptor for a connected non-blocking socket providing synchronous I/O */ |