diff --git a/[refs] b/[refs] index f9fdc7793893..70015e46e83b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4ead443163b798661c2a2ede5e512e116a9e41e7 +refs/heads/master: 5c2522218059ca1f4174a568923b988aad3ddfda diff --git a/trunk/include/linux/dcbnl.h b/trunk/include/linux/dcbnl.h index b0ef274e0031..7d2e10006188 100644 --- a/trunk/include/linux/dcbnl.h +++ b/trunk/include/linux/dcbnl.h @@ -20,10 +20,12 @@ #ifndef __LINUX_DCBNL_H__ #define __LINUX_DCBNL_H__ +#include + #define DCB_PROTO_VERSION 1 struct dcbmsg { - unsigned char dcb_family; + __u8 dcb_family; __u8 cmd; __u16 dcb_pad; };