summaryrefslogtreecommitdiffstats
path: root/waftools/fragments/dvb.c
diff options
context:
space:
mode:
Diffstat (limited to 'waftools/fragments/dvb.c')
-rw-r--r--waftools/fragments/dvb.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/waftools/fragments/dvb.c b/waftools/fragments/dvb.c
new file mode 100644
index 0000000000..9deaa1eaab
--- /dev/null
+++ b/waftools/fragments/dvb.c
@@ -0,0 +1,10 @@
+#include <poll.h>
+#include <sys/ioctl.h>
+#include <stdio.h>
+#include <time.h>
+#include <unistd.h>
+#include <linux/dvb/dmx.h>
+#include <linux/dvb/frontend.h>
+#include <linux/dvb/video.h>
+#include <linux/dvb/audio.h>
+int main(void) {return 0;}