sys/acct.h: Add sys/types.h include

There's no harm in including sys/types.h here and acct.h needs it. This
file isn't defined by any standard, so what we do here wrt namespaces
likely doesn't matter. If it does, it will be easy enough to add the
necessary __BSD_VISIBLE guards in the future.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2021-11-24 10:37:48 -07:00
parent 1c55b0ce1c
commit b194db9355

View File

@ -42,6 +42,8 @@
#ifdef _KERNEL
#define float uint32_t
#else
#include <sys/types.h>
#endif
#define AC_COMM_LEN 16