mirror of https://gitee.com/openkylin/linux.git
headers_check fix: linux/if_addr.h
fix the following 'make headers_check' warning: usr/include/linux/if_addr.h:8: 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
1cc49ae2e6
commit
680ee0bd2a
|
@ -1,6 +1,7 @@
|
||||||
#ifndef __LINUX_IF_ADDR_H
|
#ifndef __LINUX_IF_ADDR_H
|
||||||
#define __LINUX_IF_ADDR_H
|
#define __LINUX_IF_ADDR_H
|
||||||
|
|
||||||
|
#include <linux/types.h>
|
||||||
#include <linux/netlink.h>
|
#include <linux/netlink.h>
|
||||||
|
|
||||||
struct ifaddrmsg
|
struct ifaddrmsg
|
||||||
|
|
Loading…
Reference in New Issue