headers_check fix: linux/if_addrlabel.h
fix the following 'make headers_check' warning: usr/include/linux/if_addrlabel.h:15: 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:
@@ -10,6 +10,8 @@
|
|||||||
#ifndef __LINUX_IF_ADDRLABEL_H
|
#ifndef __LINUX_IF_ADDRLABEL_H
|
||||||
#define __LINUX_IF_ADDRLABEL_H
|
#define __LINUX_IF_ADDRLABEL_H
|
||||||
|
|
||||||
|
#include <linux/types.h>
|
||||||
|
|
||||||
struct ifaddrlblmsg
|
struct ifaddrlblmsg
|
||||||
{
|
{
|
||||||
__u8 ifal_family; /* Address family */
|
__u8 ifal_family; /* Address family */
|
||||||
|
Reference in New Issue
Block a user