Re: [Spice-devel] [PATCH 7/8] build: fix gettimeofday warning

2011-05-03 Thread Christophe Fergeau
On Tue, May 03, 2011 at 04:37:44PM +0200, Marc-André Lureau wrote: > CC test_playback.o > test_playback.c: In function ‘playback_timer_cb’: > test_playback.c:56:5: warning: implicit declaration of function ‘gettimeofday’ It's weird to have this patch sit between 6/8 and 8/8, could you move i

[Spice-devel] [PATCH 7/8] build: fix gettimeofday warning

2011-05-03 Thread Marc-André Lureau
CC test_playback.o test_playback.c: In function ‘playback_timer_cb’: test_playback.c:56:5: warning: implicit declaration of function ‘gettimeofday’ --- server/tests/test_playback.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/server/tests/test_playback.c b/server/