mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
#include <sys/linker.h> for kldload()'s prototype.
This commit is contained in:
parent
e8cfa64a75
commit
4ee99abcd1
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/linker.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue