commit | ffd843bcdc46768f26507f0889c92f4bda287986 | [log] [tgz] |
---|---|---|
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | Thu Dec 21 19:46:43 2006 +0000 |
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | Thu Dec 21 19:46:43 2006 +0000 |
tree | 013de74812eb3516a0cc0736c75d27315647037c | |
parent | 1cb6c3fd3815c4a5aa3ec1fb6ff291e64b8baf8e [diff] [blame] |
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
diff --git a/qemu_socket.h b/qemu_socket.h index 64b7d4e..6e8bcce 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)