From c6faff93fbe4f73c361d520c65d736562e56c239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20T=C3=B6rnblom?= Date: Tue, 4 Sep 2012 11:13:57 +0200 Subject: [PATCH] fix missing include for clock_nanosleep (seems to only affect uclibc) --- src/rawtsinput.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rawtsinput.c b/src/rawtsinput.c index 24a71d34..ef1a5385 100644 --- a/src/rawtsinput.c +++ b/src/rawtsinput.c @@ -27,6 +27,7 @@ #include #include #include +#include #include "tvheadend.h" #include "rawtsinput.h"