diff --git a/sys/cam/cam.h b/sys/cam/cam.h index 6bec8b46f417..721ab6b7d865 100644 --- a/sys/cam/cam.h +++ b/sys/cam/cam.h @@ -38,6 +38,9 @@ #endif #include +#ifndef _KERNEL +#include +#endif typedef u_int path_id_t; typedef u_int target_id_t;