mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix compilation of libsysdecode after r365522, should have been part of it.
Reviewed by: markj Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D24652
This commit is contained in:
parent
d301b3580f
commit
1352798db3
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ BEGIN {
|
|||
print "#include <sys/param.h>"
|
||||
print "#include <sys/devicestat.h>"
|
||||
print "#include <sys/disklabel.h>"
|
||||
print "#include <sys/mman.h>"
|
||||
print "#include <sys/socket.h>"
|
||||
print "#include <sys/time.h>"
|
||||
print "#include <sys/tty.h>"
|
||||
|
|
|
|||
Loading…
Reference in a new issue