summaryrefslogtreecommitdiff
path: root/packages/gpe-bluetooth/files
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-08-31 08:01:41 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2006-08-31 08:01:41 +0000
commit6bfcdbf0b05a8ea5c02321e44b1b567823e191da (patch)
treea1c0a6197b799aebc627a6e12e8c41368c7971eb /packages/gpe-bluetooth/files
parent2cc16cd7f92bf15156a92d377a6b686b3196afab (diff)
gpe-bluetooth: #include <sdp_lib.h> in main.h, fix for #1373
Diffstat (limited to 'packages/gpe-bluetooth/files')
-rw-r--r--packages/gpe-bluetooth/files/include-sdp_lib.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/gpe-bluetooth/files/include-sdp_lib.patch b/packages/gpe-bluetooth/files/include-sdp_lib.patch
new file mode 100644
index 0000000000..8ec1ab3af3
--- /dev/null
+++ b/packages/gpe-bluetooth/files/include-sdp_lib.patch
@@ -0,0 +1,9 @@
+--- gpe-bluetooth-0.54/main.h.orig 2006-08-31 09:49:46.000000000 +0200
++++ gpe-bluetooth-0.54/main.h 2006-08-31 09:49:48.000000000 +0200
+@@ -1,5 +1,6 @@
+ #include <gtk/gtk.h>
+ #include <bluetooth/sdp.h>
++#include <bluetooth/sdp_lib.h>
+
+ struct bt_device
+ {