diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2007-10-31 21:16:07 -0700 |
---|---|---|
committer | Trent Piepho <xyzzy@speakeasy.org> | 2007-10-31 21:16:07 -0700 |
commit | 298d53742e217cffc7b296c7bf868b55da7233f5 (patch) | |
tree | a279306e4acc8b64f20fd8b8c74cf2b89fc18e39 /linux/drivers/media/video/pwc | |
parent | 5f573bf536b5961fa87cf6962f29cdd6fabc0fed (diff) | |
download | mediapointer-dvb-s2-298d53742e217cffc7b296c7bf868b55da7233f5.tar.gz mediapointer-dvb-s2-298d53742e217cffc7b296c7bf868b55da7233f5.tar.bz2 |
compat: pwc didn't include compat.h
From: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Diffstat (limited to 'linux/drivers/media/video/pwc')
-rw-r--r-- | linux/drivers/media/video/pwc/pwc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/pwc/pwc.h b/linux/drivers/media/video/pwc/pwc.h index a01dcb282..c5fe0e13d 100644 --- a/linux/drivers/media/video/pwc/pwc.h +++ b/linux/drivers/media/video/pwc/pwc.h @@ -37,6 +37,7 @@ #include <asm/semaphore.h> #endif #include <asm/errno.h> +#include "compat.h" #include <linux/videodev.h> #include <media/v4l2-common.h> |