]> www.vanbest.org Git - sasc-ng.git/commitdiff
fix missing includes
authorleslie <unknown>
Mon, 22 Aug 2011 16:25:12 +0000 (18:25 +0200)
committerleslie <unknown>
Mon, 22 Aug 2011 16:25:12 +0000 (18:25 +0200)
cam.c
device-hd.c
device-sd.c

diff --git a/cam.c b/cam.c
index 6dfd60ad1c06c7db1bb157fec3d1352b7cbc1028..f119bcf9e648427f2d12cbfa20ddf1dc502cdc3f 100644 (file)
--- a/cam.c
+++ b/cam.c
@@ -20,7 +20,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
-#include <sys/ioctl.h>
 
 #include <vdr/device.h>
 #include <vdr/channels.h>
index 0c70f6d967c85ef8e983b5cb59a0c8a2af02972c..3469a8cdd9c98acc5da91ad1c43c01b501ede8de 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <stdlib.h>
 #include <stdio.h>
+#include <sys/ioctl.h>
 
 #ifndef SASC
 
index b4551da7d75a3557a26d8f95f6596f42e1ba2ecd..9d6190f36c46e2b0726e235e3fee231060017896 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <stdlib.h>
 #include <stdio.h>
+#include <sys/ioctl.h>
 
 #ifndef SASC