1
0
Fork 0

headers_check fix: linux/videodev.h

fix the following 'make headers_check' warning:

  usr/include/linux/videodev.h:53: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
hifive-unleashed-5.1
Jaswinder Singh Rajput 2009-01-30 22:26:01 +05:30
parent a4c1d7c8c6
commit 98be96b853
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#ifndef __LINUX_VIDEODEV_H
#define __LINUX_VIDEODEV_H
#include <linux/types.h>
#include <linux/ioctl.h>
#include <linux/videodev2.h>