From 846f46ec1df39fb65490a90826039eb709261da0 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 8 Jul 2013 19:26:45 +0200 Subject: cache: fix compilation without posix timers This is a regression caused by 854303a. This commit removed the include of `sys/time.h` which was included in `cache.c` through a chain of recurvive includes. --- stream/cache.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stream') diff --git a/stream/cache.c b/stream/cache.c index 4015aae82c..4a062538db 100644 --- a/stream/cache.c +++ b/stream/cache.c @@ -43,6 +43,7 @@ #include #include #include +#include #include -- cgit v1.2.3