From: John Törnblom Date: Tue, 4 Sep 2012 09:13:57 +0000 (+0200) Subject: fix missing include for clock_nanosleep (seems to only affect uclibc) X-Git-Tag: 3.3~86 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c6faff93fbe4f73c361d520c65d736562e56c239;p=thirdparty%2Ftvheadend.git fix missing include for clock_nanosleep (seems to only affect uclibc) --- diff --git a/src/rawtsinput.c b/src/rawtsinput.c index 24a71d34c..ef1a53855 100644 --- a/src/rawtsinput.c +++ b/src/rawtsinput.c @@ -27,6 +27,7 @@ #include #include #include +#include #include "tvheadend.h" #include "rawtsinput.h"