$NetBSD: patch-ag,v 1.3 2009/07/20 05:56:03 hasso Exp $ --- obexftp/cache.c.orig 2006-07-09 12:43:21.000000000 +0200 +++ obexftp/cache.c 2006-07-09 12:43:56.000000000 +0200 @@ -40,6 +40,14 @@ #include #endif +#ifdef HAVE_BLUETOOTH +#if defined(__NetBSD__) || defined(__DragonFly__) +#include +#else +#include +#endif +#endif /* HAVE_BLUETOOTH */ + #include #include "obexftp.h"