summaryrefslogtreecommitdiff
path: root/src/error.c
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 /src/error.c
parentc61a78c8775cbe9e067152b386f731864dfb8c0b (diff)
downloadbluez-aa77b0bea9507229cadb219b6857a38ec3433f97.tar.gz
Use the entire include path for gdbus.h
Diffstat (limited to 'src/error.c')
-rw-r--r--src/error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error.c b/src/error.c
index c5747c088..a019dae01 100644
--- a/src/error.c
+++ b/src/error.c
@@ -23,7 +23,7 @@
*
*/
-#include <gdbus.h>
+#include <gdbus/gdbus.h>
#include "error.h"