[Spice-devel] [PATCH] server/tests/basic_event_loop: fix bzero warning

Alon Levy alevy at redhat.com
Fri Feb 11 05:31:00 PST 2011


---
fix a compilation error with gcc 4.6.0
---
 server/tests/basic_event_loop.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/server/tests/basic_event_loop.c b/server/tests/basic_event_loop.c
index 99c086c..7e8a1df 100644
--- a/server/tests/basic_event_loop.c
+++ b/server/tests/basic_event_loop.c
@@ -1,6 +1,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <sys/time.h>
+#include <strings.h>
 
 #include "test_util.h"
 #include "basic_event_loop.h"
-- 
1.7.4



More information about the Spice-devel mailing list