Commit de4d3795527b06c67e1333c5662f146b59c97e21

Authored by Jaswinder Singh Rajput
1 parent dab9c5e15e

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>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/video/uvesafb.h
1 1 #ifndef _UVESAFB_H
2 2 #define _UVESAFB_H
3 3  
  4 +#include <linux/types.h>
  5 +
4 6 struct v86_regs {
5 7 __u32 ebx;
6 8 __u32 ecx;