svn commit: r287118 - head/tools/tools/ioat
Conrad E. Meyer
cem at FreeBSD.org
Mon Aug 24 20:39:23 UTC 2015
Author: cem
Date: Mon Aug 24 20:39:22 2015
New Revision: 287118
URL: https://svnweb.freebsd.org/changeset/base/287118
Log:
ioatcontrol(8): Fix build
Tripped up by the FBSD SVN pre-commit hook!
Approved by: markj (mentor)
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/tools/ioat/ioatcontrol.c
Modified: head/tools/tools/ioat/ioatcontrol.c
==============================================================================
--- head/tools/tools/ioat/ioatcontrol.c Mon Aug 24 19:32:03 2015 (r287117)
+++ head/tools/tools/ioat/ioatcontrol.c Mon Aug 24 20:39:22 2015 (r287118)
@@ -24,6 +24,7 @@
* SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/ioctl.h>
More information about the svn-src-all
mailing list