mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Added missing #include's.
This commit is contained in:
parent
90455566ee
commit
ea73828adc
1 changed files with 3 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: if_ed.c,v 1.42 1998/03/29 12:45:39 kato Exp $
|
||||
* $Id: if_ed.c,v 1.43 1998/03/29 12:48:46 kato Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -81,7 +81,9 @@
|
|||
#include <sys/socket.h>
|
||||
#include <sys/syslog.h>
|
||||
|
||||
#include <net/ethernet.h>
|
||||
#include <net/if.h>
|
||||
#include <net/if_arp.h>
|
||||
#include <net/if_dl.h>
|
||||
#include <net/if_mib.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue