diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2024-04-15 16:54:28 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2024-04-15 20:35:41 +0000 |
| commit | 5d88a2aacf1fa7eb7a2bb522a9dbd78686471a6b (patch) | |
| tree | 7c783f697af3fc91eff1964c0975af644c2b7cdc /sys/amd64/linux32 | |
| parent | b83d3eb5b79860c20829d599630e7eae03d7fd53 (diff) | |
Diffstat (limited to 'sys/amd64/linux32')
| -rw-r--r-- | sys/amd64/linux32/linux32_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/linux32/linux32_proto.h b/sys/amd64/linux32/linux32_proto.h index 8da298847a43..59bb85e742db 100644 --- a/sys/amd64/linux32/linux32_proto.h +++ b/sys/amd64/linux32/linux32_proto.h @@ -7,8 +7,8 @@ #ifndef _LINUX32_SYSPROTO_H_ #define _LINUX32_SYSPROTO_H_ +#include <sys/types.h> #include <sys/signal.h> -#include <sys/acl.h> #include <sys/cpuset.h> #include <sys/domainset.h> #include <sys/_ffcounter.h> |
