Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/iscsi Explicitly #include <sys/scsiio.h> so that the...



details:   https://anonhg.NetBSD.org/src/rev/b24953f7f715
branches:  trunk
changeset: 785891:b24953f7f715
user:      dsl <dsl%NetBSD.org@localhost>
date:      Thu Apr 04 22:17:13 2013 +0000

description:
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.

diffstat:

 sys/dev/iscsi/iscsi_ioctl.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a1c1c52410f0 -r b24953f7f715 sys/dev/iscsi/iscsi_ioctl.h
--- a/sys/dev/iscsi/iscsi_ioctl.h       Thu Apr 04 21:52:04 2013 +0000
+++ b/sys/dev/iscsi/iscsi_ioctl.h       Thu Apr 04 22:17:13 2013 +0000
@@ -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 ======================== */
 



Home | Main Index | Thread Index | Old Index