Re: [ovs-dev] [PATCH 1/3] rtbsd: include necessary headers on rtbsd.h

2015-07-27 Thread Ben Pfaff
On Mon, Jul 27, 2015 at 02:24:18PM -0300, Thadeu Lima de Souza Cascardo wrote: > rtbsd.h requires net/if.h for IF_NAMESIZE. This was not caught because rtbsd.c > did not include rtbsd.h as its first header. > > Signed-off-by: Thadeu Lima de Souza Cascardo This seemed obviously correct to me so I

[ovs-dev] [PATCH 1/3] rtbsd: include necessary headers on rtbsd.h

2015-07-27 Thread Thadeu Lima de Souza Cascardo
rtbsd.h requires net/if.h for IF_NAMESIZE. This was not caught because rtbsd.c did not include rtbsd.h as its first header. Signed-off-by: Thadeu Lima de Souza Cascardo --- lib/rtbsd.c | 3 ++- lib/rtbsd.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/rtbsd.c b/lib/rtb