mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix compilation.
Submitted by: andreast
This commit is contained in:
parent
5fd92c46b2
commit
a713c4a5c3
1 changed files with 2 additions and 1 deletions
|
|
@ -37,11 +37,12 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#include <machine/bus.h>
|
||||
#include <machine/intr_machdep.h>
|
||||
#include <machine/openpicvar.h>
|
||||
|
||||
#include <dev/ofw/ofw_bus.h>
|
||||
#include <dev/ofw/ofw_bus_subr.h>
|
||||
|
||||
#include <machine/openpicvar.h>
|
||||
|
||||
#include "pic_if.h"
|
||||
|
||||
static int openpic_fdt_probe(device_t);
|
||||
|
|
|
|||
Loading…
Reference in a new issue