#include <sys/types.h> from sys/filio.h

This fixes world build after r349231

Reported by:	Jenkins
MFC after:	2 weeks
MFC-With:	349231
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Alan Somers 2019-06-20 14:35:28 +00:00
parent d49b446bfb
commit 9de14ff010

View File

@ -40,6 +40,7 @@
#ifndef _SYS_FILIO_H_
#define _SYS_FILIO_H_
#include <sys/types.h>
#include <sys/ioccom.h>
/* Generic file-descriptor ioctl's. */