aboutsummaryrefslogtreecommitdiffstats
path: root/iolooper-select.c
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-11-16 08:49:01 -0800
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-11-16 08:49:01 -0800
commit896e994d229edda8a858bb2174c789982231c4a0 (patch)
tree6e23c7729e7f78cbe4faf529b78234ea6f7de139 /iolooper-select.c
parent44e750e6d0375543f0d91d0a68432ae9c8489ccd (diff)
downloadexternal_qemu-896e994d229edda8a858bb2174c789982231c4a0.zip
external_qemu-896e994d229edda8a858bb2174c789982231c4a0.tar.gz
external_qemu-896e994d229edda8a858bb2174c789982231c4a0.tar.bz2
Fix build break
Change-Id: I5b7e0c0b09e97cbdc80636c4a55177a82ac5936b
Diffstat (limited to 'iolooper-select.c')
-rw-r--r--iolooper-select.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/iolooper-select.c b/iolooper-select.c
index 62cce08..dbb18dd 100644
--- a/iolooper-select.c
+++ b/iolooper-select.c
@@ -8,6 +8,7 @@
# include <sys/types.h>
# include <sys/select.h>
#endif
+#include "sockets.h"
struct IoLooper {
fd_set reads[1];