From 1afc534a84c53fe2fb848d3b10ab0e2fe4b04f61 Mon Sep 17 00:00:00 2001 From: Chris Leech Date: Fri, 27 Feb 2009 10:01:36 +0000 Subject: [PATCH] --- yaml --- r: 131965 b: refs/heads/master c: 5c2522218059ca1f4174a568923b988aad3ddfda h: refs/heads/master i: 131963: f1c5bc364e5984e45eb7cba2a9de41c91834d6ed v: v3 --- [refs] | 2 +- trunk/include/linux/dcbnl.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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; };