Include <sys/types.h> explicitly instead of depending on that
authormarcel <marcel@FreeBSD.org>
Mon, 24 Oct 2016 18:12:57 +0000 (18:12 +0000)
committermarcel <marcel@FreeBSD.org>
Mon, 24 Oct 2016 18:12:57 +0000 (18:12 +0000)
commit03c2e26593992ec2ca13b880aa347ca3f1babbc0
treec63ebfe39ab9c877a9b60b6ab0806db4517e432a
parentf7a7b1ef507b4df0097e151ce7ea6a2447b4828f
Include <sys/types.h> explicitly instead of depending on that
header being included by <sys/param.h>. When compiled as part
of makefs(8) and on macOS or Linux, <sys/param.h> is not our
own.
sys/ufs/ffs/ffs_tables.c