commit | d0edecb426b34ddb9b10b81dea19aee04a61a385 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@android.com> | Tue Dec 17 09:32:26 2013 +0100 |
committer | David 'Digit' Turner <digit@android.com> | Wed Jan 08 07:32:51 2014 +0100 |
tree | 5c96a7b0768142cec774e37fc603b7d8addf0841 | |
parent | 8171ecfd523bf58680df014302c95f7b0fc04a1d [diff] [blame] |
qemu_socket.h -> include/qemu/sockets.h Change-Id: I4b538a8033c3c89bf0a7a0c2f2a50a4beab65501
diff --git a/aio-android.c b/aio-android.c index 5735136..9b6035f 100644 --- a/aio-android.c +++ b/aio-android.c
@@ -14,7 +14,7 @@ #include "qemu-common.h" #include "block/block.h" #include "qemu/queue.h" -#include "qemu_socket.h" +#include "qemu/sockets.h" #include "android/iolooper.h" typedef struct AioHandler AioHandler;