Diff between 3c91531f1db5ebfcc8e85b6c64d18f46f0657bfe and 142e154b8de8ac1f79bae2beac6d2409dec5443b
Changed Files
| File | Additions | Deletions | Status |
| obexd/plugins/bluetooth.c | +2 | -3 | modified |
Full Patch
diff --git a/obexd/plugins/bluetooth.c b/obexd/plugins/bluetooth.c
index 1a57654..c73beb6 100644
--- a/obexd/plugins/bluetooth.c
+++ b/obexd/plugins/bluetooth.c
@@ -28,9 +28,8 @@
#include <errno.h>
#include <string.h>
-
-#include <openobex/obex.h>
-#include <openobex/obex_const.h>
+#include <unistd.h>
+#include <inttypes.h>
#include <glib.h>
#include <gdbus.h>