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

Hans de Goede hdegoede at redhat.com
Fri Feb 11 05:39:16 PST 2011


Ack.

On 02/11/2011 02:31 PM, Alon Levy wrote:
> ---
> 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"


More information about the Spice-devel mailing list