V4L/DVB (5893): DVB: fix includes of video.h when __KERNEL__ is undefined
[pandora-kernel.git] / include / linux / dvb / video.h
index 93e4c3a..50839fe 100644 (file)
@@ -29,6 +29,7 @@
 #ifdef __KERNEL__
 #include <linux/types.h>
 #else
+#include <asm/types.h>
 #include <stdint.h>
 #include <time.h>
 #endif