aboutsummaryrefslogtreecommitdiff
path: root/qemu_socket.h
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2006-12-21 19:46:43 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2006-12-21 19:46:43 +0000
commitffd843bcdc46768f26507f0889c92f4bda287986 (patch)
tree013de74812eb3516a0cc0736c75d27315647037c /qemu_socket.h
parent1cb6c3fd3815c4a5aa3ec1fb6ff291e64b8baf8e (diff)
Run monitor over unix domain sockets, by Anthony Liguori.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2259 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu_socket.h')
-rw-r--r--qemu_socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu_socket.h b/qemu_socket.h
index 64b7d4e5ef..6e8bcce6cf 100644
--- a/qemu_socket.h
+++ b/qemu_socket.h
@@ -19,6 +19,7 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
+#include <sys/un.h>
#define socket_error() errno
#define closesocket(s) close(s)