diff options
Diffstat (limited to 'src/input/videodev2.h')
-rw-r--r-- | src/input/videodev2.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/input/videodev2.h b/src/input/videodev2.h index 2977ca15d..4d8fc0abf 100644 --- a/src/input/videodev2.h +++ b/src/input/videodev2.h @@ -16,6 +16,11 @@ #include <sys/time.h> /* need struct timeval */ #include <asm/types.h> +#ifdef __ICC + /* __u64 will be undefined for icc, so we handle it here */ + #define __u64 unsigned long long +#endif + /* * M I S C E L L A N E O U S */ |