headers_check fix: linux/if_strip.h

fix the following 'make headers_check' warning:

  usr/include/linux/if_strip.h:22: found __[us]{8,16,32,64} type without #include <linux/types.h>
Signed-off-by: default avatarJaswinder Singh Rajput <jaswinderrajput@gmail.com>
parent 0fe5a8fe
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
#ifndef __LINUX_STRIP_H #ifndef __LINUX_STRIP_H
#define __LINUX_STRIP_H #define __LINUX_STRIP_H
#include <linux/types.h>
typedef struct { typedef struct {
__u8 c[6]; __u8 c[6];
} MetricomAddress; } MetricomAddress;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment