main-channel.c now uses g_get_monotonic_time() instead of clock_gettime().
Signed-off-by: Francois Gouget <[email protected]> --- server/main-channel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/server/main-channel.c b/server/main-channel.c index 75fea82..e74ba76 100644 --- a/server/main-channel.c +++ b/server/main-channel.c @@ -29,7 +29,6 @@ #include <arpa/inet.h> #include <netdb.h> #include <limits.h> -#include <time.h> #include <pthread.h> #include <sys/mman.h> #include <fcntl.h> -- 2.6.2 _______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
