Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Nov 2014 04:13:29 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r274163 - head/sys/sys
Message-ID:  <201411060413.sA64DTie096234@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Thu Nov  6 04:13:28 2014
New Revision: 274163
URL: https://svnweb.freebsd.org/changeset/base/274163

Log:
  Add include missed in r274154, breaking the buildworld.

Modified:
  head/sys/sys/disk.h

Modified: head/sys/sys/disk.h
==============================================================================
--- head/sys/sys/disk.h	Thu Nov  6 02:41:38 2014	(r274162)
+++ head/sys/sys/disk.h	Thu Nov  6 04:13:28 2014	(r274163)
@@ -14,6 +14,7 @@
 #define	_SYS_DISK_H_
 
 #include <sys/ioccom.h>
+#include <sys/types.h>
 
 #ifdef _KERNEL
 



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