OSDN Git Service

obexd: Fix make distcheck
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 17 Apr 2013 14:46:55 +0000 (17:46 +0300)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 17 Apr 2013 14:46:55 +0000 (17:46 +0300)
../obexd/client/map.c:43:17: fatal error: sdp.h: No such file or directory

obexd/client/map.c

index 1fe103f..2e09030 100644 (file)
@@ -31,6 +31,7 @@
 #include <glib.h>
 #include <gdbus/gdbus.h>
 #include <gobex/gobex-apparam.h>
+#include <bluetooth/sdp.h>
 
 #include "dbus.h"
 #include "log.h"
@@ -40,7 +41,6 @@
 #include "transfer.h"
 #include "session.h"
 #include "driver.h"
-#include "sdp.h"
 
 #define OBEX_MAS_UUID \
        "\xBB\x58\x2B\x40\x42\x0C\x11\xDB\xB0\xDE\x08\x00\x20\x0C\x9A\x66"