freebsd32: Fix includes

The previous commit added <sys/cdefs.h>, which isn't actually needed.
Conversely, <sys/event.h> is needed (and has been for a long time) but
was not included.

MFC after:	1 week
Fixes:		a11d132f6c ("devstat: Provide 32-bit compatibility")
Reported by:	gallatin@
This commit is contained in:
Dag-Erling Smørgrav
2026-01-26 17:24:54 +01:00
parent 972c488bf4
commit 0eb2c9d39b
+1 -1
View File
@@ -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>