summaryrefslogtreecommitdiff
path: root/profiles/cyclingspeed
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.de.marchi@gmail.com>2012-12-05 09:22:52 -0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-05 17:23:03 +0200
commitaa77b0bea9507229cadb219b6857a38ec3433f97 (patch)
tree5bbe409d5d500ddbcbb9170449c9b353b0601c15 /profiles/cyclingspeed
parentc61a78c8775cbe9e067152b386f731864dfb8c0b (diff)
downloadbluez-aa77b0bea9507229cadb219b6857a38ec3433f97.tar.gz
Use the entire include path for gdbus.h
Diffstat (limited to 'profiles/cyclingspeed')
-rw-r--r--profiles/cyclingspeed/cyclingspeed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/cyclingspeed/cyclingspeed.c b/profiles/cyclingspeed/cyclingspeed.c
index f678ed922..468f18001 100644
--- a/profiles/cyclingspeed/cyclingspeed.c
+++ b/profiles/cyclingspeed/cyclingspeed.c
@@ -20,7 +20,7 @@
*
*/
-#include <gdbus.h>
+#include <gdbus/gdbus.h>
#include <errno.h>
#include <stdbool.h>
#include <glib.h>