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 <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
This commit is contained in:
parent
dab9c5e15e
commit
de4d379552
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#ifndef _UVESAFB_H
|
||||
#define _UVESAFB_H
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
struct v86_regs {
|
||||
__u32 ebx;
|
||||
__u32 ecx;
|
||||
|
|
Loading…
Reference in a new issue