mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
.. add missing include from an incorrect merge.
Sponsored by: Hobnob, Inc.
This commit is contained in:
parent
38672d4825
commit
9848863e75
1 changed files with 2 additions and 0 deletions
|
|
@ -50,6 +50,8 @@ __FBSDID("$FreeBSD$");
|
|||
#include <net/if.h>
|
||||
#include <net/if_media.h>
|
||||
#include <net/if_llc.h>
|
||||
#include <net/if_dl.h>
|
||||
#include <net/if_var.h>
|
||||
#include <net/ethernet.h>
|
||||
|
||||
#include <net/bpf.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue