diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-01-26 16:24:54 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-01-26 16:37:40 +0000 |
| commit | 0eb2c9d39b5f5cfb68b404bca358aa5fb11ac60c (patch) | |
| tree | 5f2785271ca52a4b1466d974469036fd727755c2 /sys/compat | |
| parent | 972c488bf4117d9eb29e5753c6c5a2250154df3d (diff) | |
Diffstat (limited to 'sys/compat')
| -rw-r--r-- | sys/compat/freebsd32/freebsd32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/freebsd32/freebsd32.h b/sys/compat/freebsd32/freebsd32.h index a8d54290980d..25703859a7bb 100644 --- a/sys/compat/freebsd32/freebsd32.h +++ b/sys/compat/freebsd32/freebsd32.h @@ -29,9 +29,9 @@ #ifndef _COMPAT_FREEBSD32_FREEBSD32_H_ #define _COMPAT_FREEBSD32_FREEBSD32_H_ -#include <sys/cdefs.h> #include <sys/abi_compat.h> #include <sys/devicestat.h> +#include <sys/event.h> #include <sys/mount.h> #include <sys/procfs.h> #include <sys/socket.h> |
