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> _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"