From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 17:05:17 +0000 (+0530) Subject: headers_check fix: video/uvesafb.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=de4d3795527b06c67e1333c5662f146b59c97e21;p=linux-beck.git headers_check fix: video/uvesafb.h fix the following 'make headers_check' warning: usr/include/video/uvesafb.h:5: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/video/uvesafb.h b/include/video/uvesafb.h index 95bcef193954..0993a220a3e6 100644 --- a/include/video/uvesafb.h +++ b/include/video/uvesafb.h @@ -1,6 +1,8 @@ #ifndef _UVESAFB_H #define _UVESAFB_H +#include + struct v86_regs { __u32 ebx; __u32 ecx;