#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:
parent
8fe49db783
commit
5a6ad7c5bc
|
@ -40,6 +40,7 @@
|
||||||
#ifndef _SYS_FILIO_H_
|
#ifndef _SYS_FILIO_H_
|
||||||
#define _SYS_FILIO_H_
|
#define _SYS_FILIO_H_
|
||||||
|
|
||||||
|
#include <sys/types.h>
|
||||||
#include <sys/ioccom.h>
|
#include <sys/ioccom.h>
|
||||||
|
|
||||||
/* Generic file-descriptor ioctl's. */
|
/* Generic file-descriptor ioctl's. */
|
||||||
|
|
Loading…
Reference in New Issue