summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-01-23 12:31:30 +0200
committerAlon Levy <alevy@redhat.com>2012-01-23 12:41:56 +0200
commit51d7598a2e589e88a818c0e1973baf12143e4263 (patch)
tree6091ccdb60ed49940707fdba97eab91ae70e3ec2
parent07b8d85cb626134d6a2cbcd9f8d0411afdeedaf4 (diff)
downloadspice-51d7598a2e589e88a818c0e1973baf12143e4263.tar.gz
spice-51d7598a2e589e88a818c0e1973baf12143e4263.tar.xz
spice-51d7598a2e589e88a818c0e1973baf12143e4263.zip
server/tests/test_empty_success: fix warning on bzero
Signed-off-by: Alon Levy <alevy@redhat.com>
-rw-r--r--server/tests/test_empty_success.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/test_empty_success.c b/server/tests/test_empty_success.c
index fb46aa89..435efbf6 100644
--- a/server/tests/test_empty_success.c
+++ b/server/tests/test_empty_success.c
@@ -1,5 +1,7 @@
#include <config.h>
#include <stdlib.h>
+#include <strings.h>
+
#include <spice.h>
SpiceTimer* timer_add(SpiceTimerFunc func, void *opaque)