forked from Minki/linux
headers_check fix: linux/genetlink.h
fix the following 'make headers_check' warning: usr/include/linux/genetlink.h:12: 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
93c1c0e310
commit
985f302cb4
@ -1,6 +1,7 @@
|
|||||||
#ifndef __LINUX_GENERIC_NETLINK_H
|
#ifndef __LINUX_GENERIC_NETLINK_H
|
||||||
#define __LINUX_GENERIC_NETLINK_H
|
#define __LINUX_GENERIC_NETLINK_H
|
||||||
|
|
||||||
|
#include <linux/types.h>
|
||||||
#include <linux/netlink.h>
|
#include <linux/netlink.h>
|
||||||
|
|
||||||
#define GENL_NAMSIZ 16 /* length of family name */
|
#define GENL_NAMSIZ 16 /* length of family name */
|
||||||
|
Loading…
Reference in New Issue
Block a user