mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
examples/kld/syscall: unbreak compilation
modfind(9)/modstat(9) need sys/param.h.
This commit is contained in:
parent
4d5842c020
commit
ab3e6234ab
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/module.h>
|
||||
#include <sys/syscall.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue