summaryrefslogtreecommitdiff
path: root/src/error.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-03-01 00:14:27 -0800
committerMarcel Holtmann <marcel@holtmann.org>2015-03-01 00:14:27 -0800
commit9a7c79915a758f26f6f11fcd6f43c9b2fe29bcd0 (patch)
tree3c8feb1f27a21b2cf9ba3180f5b767b16def4319 /src/error.c
parent85180c23f79808c5fe157bd289aa45b9eea64141 (diff)
downloadbluez-9a7c79915a758f26f6f11fcd6f43c9b2fe29bcd0.tar.gz
core: Fix includes for gdbus.h header
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 ae227b622..89517075e 100644
--- a/src/error.c
+++ b/src/error.c
@@ -27,7 +27,7 @@
#include <config.h>
#endif
-#include <gdbus/gdbus.h>
+#include "gdbus/gdbus.h"
#include "error.h"