diff options
author | Lucas De Marchi <lucas.de.marchi@gmail.com> | 2012-12-05 09:22:55 -0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-12-05 17:23:04 +0200 |
commit | 0375042892032d27c18c96ff507bd80372a7decf (patch) | |
tree | ebad211c0fc20cf7256b5f1f5358601a5a1059a9 /obexd/plugins | |
parent | 5714b14bce07245141e165c4c034b774bc570fba (diff) |
Use entire include path for gobex.h
Diffstat (limited to 'obexd/plugins')
-rw-r--r-- | obexd/plugins/pbap.c | 2 |
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" |