2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-29 15:28:56 +00:00

rtbsd: Include necessary headers on rtbsd.h.

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 <cascardo@redhat.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
Thadeu Lima de Souza Cascardo
2015-07-27 14:24:18 -03:00
committed by Ben Pfaff
parent 6767b5ec75
commit 75f697bdcc
2 changed files with 3 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
#ifndef RTBSD_H
#define RTBSD_H 1
#include <net/if.h>
#include "list.h"
/*