From e97314ebd7fec1b0be0ab5526730b250493b7306 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 29 Mar 2019 01:27:45 +0000 Subject: [PATCH] scst/include/backport.h: Suppress a compiler warning triggered by including git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8090 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/backport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/scst/include/backport.h b/scst/include/backport.h index 600121bce..bfc83fd84 100644 --- a/scst/include/backport.h +++ b/scst/include/backport.h @@ -40,6 +40,7 @@ #include /* sync_page_range() */ #include #include /* struct scsi_cmnd */ +struct scsi_target; #include /* struct fc_bsg_job */ /* */