summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-04-05 01:31:54 +0000
committerDavid Schleef <ds@schleef.org>2003-04-05 01:31:54 +0000
commit0cdfc4adb9bd410a3655168464c19e00ec5a7583 (patch)
tree9e6948857bfec298b2d8608a6956a3089bdf050b /sys
parentb32c526e600f3c8e43d686d2b8d4f6b637b887b4 (diff)
downloadgst-plugins-bad-0cdfc4adb9bd410a3655168464c19e00ec5a7583.tar.gz
gst-plugins-bad-0cdfc4adb9bd410a3655168464c19e00ec5a7583.tar.bz2
gst-plugins-bad-0cdfc4adb9bd410a3655168464c19e00ec5a7583.zip
Revert last change, since it breaks build
Original commit message from CVS: Revert last change, since it breaks build
Diffstat (limited to 'sys')
-rw-r--r--sys/qcam/qcam-Linux.c2
-rw-r--r--sys/qcam/qcam-os.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/qcam/qcam-Linux.c b/sys/qcam/qcam-Linux.c
index 4ef5cf4a..f6383e01 100644
--- a/sys/qcam/qcam-Linux.c
+++ b/sys/qcam/qcam-Linux.c
@@ -35,7 +35,7 @@ OTHER DEALINGS IN THE SOFTWARE.
#ifdef TESTING
#include <errno.h>
#endif
-#include <asm/io.h>
+#include <sys/io.h>
#include <sys/time.h>
#include <sys/types.h>
diff --git a/sys/qcam/qcam-os.c b/sys/qcam/qcam-os.c
index 4ef5cf4a..f6383e01 100644
--- a/sys/qcam/qcam-os.c
+++ b/sys/qcam/qcam-os.c
@@ -35,7 +35,7 @@ OTHER DEALINGS IN THE SOFTWARE.
#ifdef TESTING
#include <errno.h>
#endif
-#include <asm/io.h>
+#include <sys/io.h>
#include <sys/time.h>
#include <sys/types.h>