diff options
-rw-r--r-- | sys/dev/usb/umass.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c index 736aa574850..53ec46d7d77 100644 --- a/sys/dev/usb/umass.c +++ b/sys/dev/usb/umass.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umass.c,v 1.40 2005/05/14 23:36:26 krw Exp $ */ +/* $OpenBSD: umass.c,v 1.41 2005/05/15 00:23:33 krw Exp $ */ /* $NetBSD: umass.c,v 1.116 2004/06/30 05:53:46 mycroft Exp $ */ /* @@ -131,6 +131,8 @@ * umass_cam_cb again to complete the CAM command. */ +#include "atapiscsi.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> |