mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Use appropriaate include path for syscall_gate.h
This commit is contained in:
parent
37787fbcce
commit
21180f280b
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
|||
#include "kernel_monitor.h"
|
||||
#include "lomacfs.h"
|
||||
|
||||
#include "syscall_gate/syscall_gate.h"
|
||||
#include "syscall_gate.h"
|
||||
|
||||
#define AS(name) (sizeof(struct name) / sizeof(register_t))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue