$NetBSD: patch-af,v 1.3 2009/07/20 05:56:03 hasso Exp $ --- obexftp/obexftp_io.c.orig 2006-07-09 12:40:32.000000000 +0200 +++ obexftp/obexftp_io.c 2006-07-09 12:41:36.000000000 +0200 @@ -30,6 +30,18 @@ #include #include +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifdef HAVE_BLUETOOTH +#if defined(__NetBSD__) || defined(__DragonFly__) +#include +#else +#include +#endif +#endif /* HAVE_BLUETOOTH */ + #include #include "obexftp_io.h"