$NetBSD: patch-ag,v 1.2 2006/07/17 12:29:57 xtraeme 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 +#ifdef __NetBSD__ +#include +#else +#include +#endif +#endif /* HAVE_BLUETOOTH */ + #include #include "obexftp.h"