diff --git a/src/drivers/driver_bsd.c b/src/drivers/driver_bsd.c index 036584b2e..7842dea70 100644 --- a/src/drivers/driver_bsd.c +++ b/src/drivers/driver_bsd.c @@ -30,9 +30,14 @@ #endif #include +#ifdef __DragonFly__ +#include +#include +#else /* __DragonFly__ */ #include #include #include +#endif /* __DragonFly__ */ #if __FreeBSD__ #include #endif