$NetBSD: patch-ac,v 1.3 2009/07/20 05:56:03 hasso Exp $ --- obexftp/object.h.orig 2005-09-13 16:53:20.000000000 +0200 +++ obexftp/object.h 2006-07-09 12:45:14.000000000 +0200 @@ -22,7 +22,21 @@ #ifndef OBEXFTP_OBJECT_H #define OBEXFTP_OBJECT_H +#ifdef HAVE_CONFIG_H +#include +#endif + #include +#include + +#ifdef HAVE_BLUETOOTH +#if defined(__NetBSD__) || defined(__DragonFly__) +#include +#else +#include +#endif +#endif /* HAVE_BLUETOOTH */ + #include #ifdef __cplusplus