mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing header dependency.
This header depends on sigaltstack32 being declared.
This commit is contained in:
parent
884d8c53e6
commit
102754b3cf
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@
|
|||
#ifndef _COMPAT_IA32_IA32_SIGNAL_H
|
||||
#define _COMPAT_IA32_IA32_SIGNAL_H
|
||||
|
||||
#include <compat/freebsd32/freebsd32_signal.h>
|
||||
|
||||
#define _MC_IA32_HASSEGS 0x1
|
||||
#define _MC_IA32_HASBASES 0x2
|
||||
#define _MC_IA32_HASFPXSTATE 0x4
|
||||
|
|
|
|||
Loading…
Reference in a new issue