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:
committed by
Ben Pfaff
parent
6767b5ec75
commit
75f697bdcc
@@ -17,6 +17,7 @@
|
||||
#ifndef RTBSD_H
|
||||
#define RTBSD_H 1
|
||||
|
||||
#include <net/if.h>
|
||||
#include "list.h"
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user