diff options
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/compat.h | 2 |
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 |