summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-12-06 13:40:08 +0100
committerBastien Nocera <hadess@hadess.net>2021-12-06 13:41:13 +0100
commit5d711508536b9a7b60d3a38222443796f738bea0 (patch)
tree167cc273ed508d2fda4d09f65402261b11e72a15 /tests
parentb86f9fb7d3cda3a2a723a0196326dfb53ea506de (diff)
downloadgnome-bluetooth-5d711508536b9a7b60d3a38222443796f738bea0.tar.gz
tests: Adapt includes to our usage
We have a GDBusProxy object, so require GIO.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-bluetooth-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-bluetooth-device.c b/tests/test-bluetooth-device.c
index c47a2b68..a9f0ed0b 100644
--- a/tests/test-bluetooth-device.c
+++ b/tests/test-bluetooth-device.c
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: LGPL-2.1-or-later
*/
-#include <glib.h>
+#include <gio/gio.h>
#include <glib/gi18n.h>
#include "bluetooth-device.h"