Module Name: src
Committed By: dsl
Date: Tue Jan 1 18:44:27 UTC 2013
Modified Files:
src/sbin/dkscan_bsdlabel: dkscan_util.c
Log Message:
Explicitly include sys/ioctl.h
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/dkscan_bsdlabel/dkscan_util.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/dkscan_bsdlabel/dkscan_util.c
diff -u src/sbin/dkscan_bsdlabel/dkscan_util.c:1.2 src/sbin/dkscan_bsdlabel/dkscan_util.c:1.3
--- src/sbin/dkscan_bsdlabel/dkscan_util.c:1.2 Mon Apr 28 20:23:08 2008
+++ src/sbin/dkscan_bsdlabel/dkscan_util.c Tue Jan 1 18:44:27 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: dkscan_util.c,v 1.2 2008/04/28 20:23:08 martin Exp $ */
+/* $NetBSD: dkscan_util.c,v 1.3 2013/01/01 18:44:27 dsl Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -36,6 +36,7 @@
#include <stdarg.h>
#include <err.h>
#include <sys/param.h>
+#include <sys/ioctl.h>
#include <sys/proc.h>
#include <sys/disk.h>
#include <sys/disklabel.h>