$NetBSD: patch-an,v 1.1 2008/11/24 21:13:19 hasso Exp $ --- hald/freebsd/hf-ata.c.orig 2008-11-24 21:32:34 +0200 +++ hald/freebsd/hf-ata.c 2008-11-24 21:33:08 +0200 @@ -30,7 +30,11 @@ #include #include #include +#ifdef __DragonFly__ +#include +#else #include +#endif #include "../logger.h"