mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing #include "opt_compat.h" so that the compatability function
freebsd4_freebsd32_sigreturn() is defined when expected. This should unbreak the tinderbox. Sorry.
This commit is contained in:
parent
fd25f0d539
commit
59553d37df
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@
|
|||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include "opt_compat.h"
|
||||
|
||||
#define __ELF_WORD_SIZE 32
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue