mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
<machine/types.> -> <sys/types.h>
Approved by: benno
This commit is contained in:
parent
50122aa981
commit
a379a1422d
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
#ifndef _MACHINE_FRAME_H_
|
||||
#define _MACHINE_FRAME_H_
|
||||
|
||||
#include <machine/types.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
/*
|
||||
* We have to save all registers on every trap, because
|
||||
|
|
|
|||
Loading…
Reference in a new issue