summaryrefslogtreecommitdiff
path: root/obexd/plugins
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.de.marchi@gmail.com>2012-12-05 09:22:55 -0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-05 17:23:04 +0200
commit0375042892032d27c18c96ff507bd80372a7decf (patch)
treeebad211c0fc20cf7256b5f1f5358601a5a1059a9 /obexd/plugins
parent5714b14bce07245141e165c4c034b774bc570fba (diff)
Use entire include path for gobex.h
Diffstat (limited to 'obexd/plugins')
-rw-r--r--obexd/plugins/pbap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/obexd/plugins/pbap.c b/obexd/plugins/pbap.c
index 79237b616..e94edae93 100644
--- a/obexd/plugins/pbap.c
+++ b/obexd/plugins/pbap.c
@@ -34,7 +34,7 @@
#include <fcntl.h>
#include <inttypes.h>
-#include <gobex.h>
+#include <gobex/gobex.h>
#include <gobex-apparam.h>
#include "obexd.h"