aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2015-08-24 20:39:22 +0000
committerConrad Meyer <cem@FreeBSD.org>2015-08-24 20:39:22 +0000
commite25d0a6df11bd21eea083685298660a4eba766ae (patch)
tree69072dffd6f605a46de7f4a45b93b146b1f071ca /tools
parente974f91c38cfb7a97b684082089d6dae948a68fd (diff)
downloadsrc-e25d0a6df11bd21eea083685298660a4eba766ae.tar.gz
src-e25d0a6df11bd21eea083685298660a4eba766ae.zip
ioatcontrol(8): Fix build
Tripped up by the FBSD SVN pre-commit hook! Approved by: markj (mentor) Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=287118
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/ioat/ioatcontrol.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tools/ioat/ioatcontrol.c b/tools/tools/ioat/ioatcontrol.c
index c9c1a29c5d25..7cfb816f4346 100644
--- a/tools/tools/ioat/ioatcontrol.c
+++ b/tools/tools/ioat/ioatcontrol.c
@@ -24,6 +24,7 @@
* SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/ioctl.h>