]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
fix missing include for clock_nanosleep (seems to only affect uclibc)
authorJohn Törnblom <john.tornblom@gmail.com>
Tue, 4 Sep 2012 09:13:57 +0000 (11:13 +0200)
committerJohn Törnblom <john.tornblom@gmail.com>
Tue, 4 Sep 2012 09:13:57 +0000 (11:13 +0200)
src/rawtsinput.c

index 24a71d34c63b3eff2c3656f1678fc463a247777e..ef1a53855caa066254a3de7c5d6625f707c43551 100644 (file)
@@ -27,6 +27,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>
+#include <time.h>
 
 #include "tvheadend.h"
 #include "rawtsinput.h"