summaryrefslogtreecommitdiff
path: root/obexd/client
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-03-01 00:26:38 -0800
committerMarcel Holtmann <marcel@holtmann.org>2015-03-01 00:26:38 -0800
commit5d2afbddfd1a48a90fa3451367be3545ee8f0fbb (patch)
tree91bb054964ff6a39d6f4cc5d23cbd77ab52688f7 /obexd/client
parenta150d9e7c463681939b9a5620b43d4d2af8552de (diff)
downloadbluez-5d2afbddfd1a48a90fa3451367be3545ee8f0fbb.tar.gz
obexd: Fix includes for gobex.h header
Diffstat (limited to 'obexd/client')
-rw-r--r--obexd/client/mns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/obexd/client/mns.c b/obexd/client/mns.c
index 43b05026c..015f6ad46 100644
--- a/obexd/client/mns.c
+++ b/obexd/client/mns.c
@@ -33,8 +33,8 @@
#include <stdbool.h>
#include <stdlib.h>
-#include <gobex/gobex.h>
-#include <gobex/gobex-apparam.h>
+#include "gobex/gobex.h"
+#include "gobex/gobex-apparam.h"
#include "obexd.h"
#include "plugin.h"