e3dc228562
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@643 6952d904-891a-0410-993b-d76249ca496b
13 lines
358 B
Diff
13 lines
358 B
Diff
--- obexftp-0.22/apps/obexftpd.c.orig 2008-12-10 08:52:24.561257907 +0100
|
|
+++ obexftp-0.22/apps/obexftpd.c 2008-12-10 08:51:58.793259594 +0100
|
|
@@ -58,6 +58,9 @@
|
|
#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
#include <netdb.h>
|
|
+#ifdef HAVE_BLUETOOTH
|
|
+#include <bluetooth/bluetooth.h>
|
|
+#endif
|
|
#endif
|
|
|
|
/* just until there is a server layer in obexftp */
|