fix missing include for clock_nanosleep (seems to only affect uclibc)

This commit is contained in:
John Törnblom 2012-09-04 11:13:57 +02:00
parent a3818f2d0c
commit c6faff93fb

View file

@ -27,6 +27,7 @@
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <time.h>
#include "tvheadend.h"
#include "rawtsinput.h"