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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user