Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / xentools3-hvm / patches / patch-ax
blob28d05e7af889535e1ef8a45b7fae1327e6209b38
1 $NetBSD: patch-ax,v 1.1.1.1 2006/10/19 22:58:21 bouyer Exp $
3 --- ioemu/vnc.c.orig    2006-10-19 22:23:35.000000000 +0200
4 +++ ioemu/vnc.c 2006-10-19 22:26:50.000000000 +0200
5 @@ -24,6 +24,9 @@
6   * THE SOFTWARE.
7   */
8  
9 +#include <sys/stat.h>
10 +#include <sys/socket.h>
11 +#include <netinet/in.h>
12  #include "vl.h"
13  #include "qemu_socket.h"
14  #include <assert.h>