--- src/sys/bus/firewire/fwmem.h 2004/02/05 13:32:08 1.3 +++ src/sys/bus/firewire/fwmem.h 2006/07/28 02:17:33 1.4 @@ -35,6 +35,10 @@ * $DragonFly$ */ +#ifndef _SYS_DEVICE_H_ +#include +#endif + struct fw_xfer *fwmem_read_quad(struct fw_device *, caddr_t, u_int8_t, u_int16_t, u_int32_t, void *, void (*)(struct fw_xfer *)); struct fw_xfer *fwmem_write_quad(struct fw_device *, caddr_t, u_int8_t,