aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2019-06-20 14:35:28 +0000
committerAlan Somers <asomers@FreeBSD.org>2019-06-20 14:35:28 +0000
commit9de14ff010b8cb60c8143b1f6b77fdf8629e9f10 (patch)
tree0a6c826d7f136bfa7865a4b8954423f0b5c6e91d /sys/sys
parentd49b446bfb0a2714dbb99183ec61269a741c2211 (diff)
downloadsrc-9de14ff010b8cb60c8143b1f6b77fdf8629e9f10.tar.gz
src-9de14ff010b8cb60c8143b1f6b77fdf8629e9f10.zip
#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
Notes
Notes: svn path=/head/; revision=349233
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/filio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/filio.h b/sys/sys/filio.h
index 1a3fc4293d29..e85db9cff4d1 100644
--- a/sys/sys/filio.h
+++ b/sys/sys/filio.h
@@ -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. */