fix missing include for clock_nanosleep (seems to only affect uclibc)
This commit is contained in:
parent
a3818f2d0c
commit
c6faff93fb
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "tvheadend.h"
|
||||
#include "rawtsinput.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue