mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-08 09:04:33 +00:00
build: fix gettimeofday warning
CC test_playback.o test_playback.c: In function ‘playback_timer_cb’: test_playback.c:56:5: warning: implicit declaration of function ‘gettimeofday’
This commit is contained in:
parent
d46f9d3f4e
commit
138c421193
@ -1,6 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include <strings.h>
|
||||
#include <sys/select.h>
|
||||
#include <sys/time.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <spice.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user