aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tvheadend-git/include-syscall-h.patch
blob: f037d54dfd09622d0a8fbad39094aabbdf23a964 (plain)
1
2
3
4
5
6
7
8
9
10
--- ./src/wrappers.c.orig
+++ ./src/wrappers.c
@@ -8,6 +8,7 @@
 #include <unistd.h>
 #include <signal.h>
 #include <pthread.h>
+#include <syscall.h>
 
 #ifdef PLATFORM_LINUX
 #include <sys/prctl.h>