svn commit: r349233 - head/sys/sys

Alan Somers asomers at FreeBSD.org
Thu Jun 20 14:35:29 UTC 2019


Author: asomers
Date: Thu Jun 20 14:35:28 2019
New Revision: 349233
URL: https://svnweb.freebsd.org/changeset/base/349233

Log:
  #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

Modified:
  head/sys/sys/filio.h

Modified: head/sys/sys/filio.h
==============================================================================
--- head/sys/sys/filio.h	Thu Jun 20 14:34:45 2019	(r349232)
+++ head/sys/sys/filio.h	Thu Jun 20 14:35:28 2019	(r349233)
@@ -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. */


More information about the svn-src-head mailing list