Add sys/time.h include to rtclock.c

Cross-compiling for win32 failed after the previous #include removal.
Somehow when building for Linux the struct timeval definition got picked up elsewhere.
This commit is contained in:
Maarten Bosmans 2011-06-23 22:21:00 +02:00 committed by Colin Guthrie
parent f0eab391df
commit 8ce326816b

View file

@ -23,7 +23,10 @@
#include <config.h>
#endif
#include <sys/time.h>
#include <pulse/timeval.h>
#include <pulsecore/core-rtclock.h>
#include "rtclock.h"