From 51d7598a2e589e88a818c0e1973baf12143e4263 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 23 Jan 2012 12:31:30 +0200 Subject: server/tests/test_empty_success: fix warning on bzero Signed-off-by: Alon Levy --- server/tests/test_empty_success.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/tests/test_empty_success.c') 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 #include +#include + #include SpiceTimer* timer_add(SpiceTimerFunc func, void *opaque) -- cgit