summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorOliver Endriss <o.endriss@gmx.de>2007-02-25 20:15:28 +0100
committerOliver Endriss <o.endriss@gmx.de>2007-02-25 20:15:28 +0100
commit3d7e91caf95b8dc7e0d6a19cfa533a077624d164 (patch)
tree79423dd315aabebf306ea2e07922b0fcdc2f6b39 /v4l
parentdc6e8817d776cdb670fd1db1cb48f2ee25c91717 (diff)
downloadmediapointer-dvb-s2-3d7e91caf95b8dc7e0d6a19cfa533a077624d164.tar.gz
mediapointer-dvb-s2-3d7e91caf95b8dc7e0d6a19cfa533a077624d164.tar.bz2
budget-ci: Fixed compilation error for kernel < 2.6.19
From: Oliver Endriss <o.endriss@gmx.de> Fix compilation error introduced by changeset 6d08d71cbcfb. Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Diffstat (limited to 'v4l')
-rw-r--r--v4l/compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/v4l/compat.h b/v4l/compat.h
index 2b2de93a7..c3745b4b1 100644
--- a/v4l/compat.h
+++ b/v4l/compat.h
@@ -357,6 +357,8 @@ usb_to_input_id(const struct usb_device *dev, struct input_id *id)
# define PCIAGP_FAIL 0
#define vmalloc_32_user(a) vmalloc_32(a)
+
+typedef int bool;
#endif
#ifndef true