mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Include "opt_platform.h" early so that the FDT option is visible as needed.
This commit is contained in:
parent
95a3f7fb33
commit
302a9d3633
2 changed files with 4 additions and 0 deletions
|
|
@ -29,6 +29,8 @@
|
|||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "opt_platform.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/bus.h>
|
||||
|
|
|
|||
|
|
@ -28,6 +28,8 @@
|
|||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "opt_platform.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue