Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2019 14:35:29 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r349233 - head/sys/sys
Message-ID:  <201906201435.x5KEZTqH021513@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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. */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906201435.x5KEZTqH021513>