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