]> xenbits.xensource.com Git - qemu-xen-4.1-testing.git/commitdiff
#include <assert.h>
authorIan Jackson <iwj@mariner.uk.xensource.com>
Wed, 28 May 2008 14:42:52 +0000 (15:42 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 28 May 2008 14:42:52 +0000 (15:42 +0100)
vnc.c

diff --git a/vnc.c b/vnc.c
index 2333dfed4d5813168fdb88db2986d1938df3f146..467d4513944dfd8384189e19e6b153d9b1a66c37 100644 (file)
--- a/vnc.c
+++ b/vnc.c
@@ -30,6 +30,8 @@
 #include "qemu_socket.h"
 #include "qemu-timer.h"
 
+#include <assert.h>
+
 #ifdef CONFIG_STUBDOM
 #include <netfront.h>
 #endif