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.
This commit is contained in:
dsl 2013-04-04 22:17:13 +00:00
parent 3730b7cf2f
commit 5cd1df7c73
1 changed files with 2 additions and 1 deletions

View File

@ -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 ======================== */