Module Name: src
Committed By: dsl
Date: Thu Apr 4 22:17:13 UTC 2013
Modified Files:
src/sys/dev/iscsi: iscsi_ioctl.h
Log Message:
Explicitly #include <sys/scsiio.h> so that the build of usr/bin/kdump
doesn't rely on the order it happens to use for the headers.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/iscsi/iscsi_ioctl.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/iscsi/iscsi_ioctl.h
diff -u src/sys/dev/iscsi/iscsi_ioctl.h:1.2 src/sys/dev/iscsi/iscsi_ioctl.h:1.3
--- src/sys/dev/iscsi/iscsi_ioctl.h:1.2 Sat Oct 29 16:04:39 2011
+++ src/sys/dev/iscsi/iscsi_ioctl.h Thu Apr 4 22:17:13 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: iscsi_ioctl.h,v 1.2 2011/10/29 16:04:39 christos Exp $ */
+/* $NetBSD: iscsi_ioctl.h,v 1.3 2013/04/04 22:17:13 dsl Exp $ */
/*-
* Copyright (c) 2004,2005,2006,2011 The NetBSD Foundation, Inc.
@@ -32,6 +32,7 @@
#define _ISCSI_IOCTL_H
#include <dev/iscsi/iscsi.h>
+#include <sys/scsiio.h>
/* ================== Interface Structures ======================== */