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
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