Date: Fri, 13 Apr 2007 19:53:41 GMT From: Scott Long <scottl@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 118044 for review Message-ID: <200704131953.l3DJrf0R029257@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=118044 Change 118044 by scottl@scottl-y1 on 2007/04/13 19:53:01 Fix a compile error Affected files ... .. //depot/projects/scottl-camlock/src/sys/cam/scsi/scsi_targ_bh.c#8 edit Differences ... ==== //depot/projects/scottl-camlock/src/sys/cam/scsi/scsi_targ_bh.c#8 (text+ko) ==== @@ -46,6 +46,7 @@ #include <cam/cam_queue.h> #include <cam/cam_xpt_periph.h> #include <cam/cam_debug.h> +#include <cam/cam_sim.h> #include <cam/scsi/scsi_all.h> #include <cam/scsi/scsi_message.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704131953.l3DJrf0R029257>