server/tests/test_empty_success: fix warning on bzero

Signed-off-by: Alon Levy <alevy@redhat.com>
This commit is contained in:
Alon Levy 2012-01-23 12:31:30 +02:00
parent 07b8d85cb6
commit 51d7598a2e

View File

@ -1,5 +1,7 @@
#include <config.h>
#include <stdlib.h>
#include <strings.h>
#include <spice.h>
SpiceTimer* timer_add(SpiceTimerFunc func, void *opaque)