]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
sys/acct.h: Add sys/types.h include
authorWarner Losh <imp@FreeBSD.org>
Wed, 24 Nov 2021 17:37:48 +0000 (10:37 -0700)
committerWarner Losh <imp@FreeBSD.org>
Wed, 24 Nov 2021 18:26:44 +0000 (11:26 -0700)
commitb194db935565d58392c21906419cbd99a5ecc0c3
treeff1c821f9ba145df384016b2e2e72e39bb70a8d4
parent1c55b0ce1c944c0b1b7657b7efa151cd25a74f5b
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
sys/sys/acct.h