From 0221f16b3664ca17913cb2e3171e73a104a9df6f Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 16 Jun 2013 22:29:23 +0200 Subject: cache: use correct header for clock_gettime Fixes compilation on OSX. --- stream/cache.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stream') diff --git a/stream/cache.c b/stream/cache.c index a3134b7c4a..39c0701848 100644 --- a/stream/cache.c +++ b/stream/cache.c @@ -42,6 +42,7 @@ #include #include #include +#include #include -- cgit v1.2.3