From 34b25f94c13b8c745395e3f79fd0209fa58f5dae Mon Sep 17 00:00:00 2001 From: Arne Redlich Date: Wed, 31 Oct 2012 15:53:08 +0100 Subject: [PATCH] 0122_read6_invalid.c: add missing include Signed-off-by: Arne Redlich --- test-tool/0122_read6_invalid.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/test-tool/0122_read6_invalid.c b/test-tool/0122_read6_invalid.c index 9440dc3..ae548b2 100644 --- a/test-tool/0122_read6_invalid.c +++ b/test-tool/0122_read6_invalid.c @@ -1,16 +1,16 @@ -/* +/* Copyright (C) 2010 by Ronnie Sahlberg - + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program; if not, see . */ @@ -19,11 +19,12 @@ #include #include #include "iscsi.h" +#include "iscsi-private.h" #include "scsi-lowlevel.h" #include "iscsi-test.h" int T0122_read6_invalid(const char *initiator, const char *url, int data_loss _U_, int show_info) -{ +{ struct iscsi_context *iscsi; struct scsi_task *task; struct iscsi_data data;