From 8ce326816ba20d33f9d1ca5c2b290fa8a0b6f19c Mon Sep 17 00:00:00 2001 From: Maarten Bosmans Date: Thu, 23 Jun 2011 22:21:00 +0200 Subject: 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. --- src/pulse/rtclock.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/pulse/rtclock.c b/src/pulse/rtclock.c index baa0f3a5..dd1b6009 100644 --- a/src/pulse/rtclock.c +++ b/src/pulse/rtclock.c @@ -23,7 +23,10 @@ #include #endif +#include + #include + #include #include "rtclock.h" -- cgit