GNOME Bugzilla – Bug 586956
Include <sys/time.h> only if it is present in the system
Last modified: 2009-06-29 10:25:22 UTC
sys/time.h is not present in all systems: #ifdef HAVE_SYS_TIME_H #include <sys/time.h> #endif
In sdlvideosink.c
commit f1e88bde0f878372791be35b248cf25b1af6c924 Author: Andoni Morales <ylatuya at gmail.com> Date: Mon Jun 29 12:23:59 2009 +0200 sdl: only include sys/time.h when we have it Fixes #586956