From: Adrian Bunk Date: Sat, 20 Aug 2005 19:27:27 +0000 (+0200) Subject: [SCSI] drivers/scsi/constants.c should include scsi_dbg.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=de540a53f2f7b68a48c3021e5ab78ea49f6cf21c;p=deliverable%2Flinux.git [SCSI] drivers/scsi/constants.c should include scsi_dbg.h C files should include the files with the prototypes for their global functions. Signed-off-by: Adrian Bunk Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/constants.c b/drivers/scsi/constants.c index ec161733a82b..0d58d3538bdf 100644 --- a/drivers/scsi/constants.c +++ b/drivers/scsi/constants.c @@ -17,6 +17,7 @@ #include #include #include +#include