summaryrefslogtreecommitdiff
path: root/gio/gdbusdaemon.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-09-13 13:37:10 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-09-13 13:37:10 -0400
commita7b2b5686aea1199e3cdea7d1c743e087a1e5b1d (patch)
tree7eebf9b7eb4fc46848510e2aa04825f8a085563c /gio/gdbusdaemon.c
parent67c5bbaf03c95df198b2828d5dbf51b010721f11 (diff)
downloadglib-a7b2b5686aea1199e3cdea7d1c743e087a1e5b1d.tar.gz
Fix make check
I forgot to add the include to make I_() known in gdbusdaemon.c
Diffstat (limited to 'gio/gdbusdaemon.c')
-rw-r--r--gio/gdbusdaemon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/gdbusdaemon.c b/gio/gdbusdaemon.c
index 3e0b21459..69a4f79a0 100644
--- a/gio/gdbusdaemon.c
+++ b/gio/gdbusdaemon.c
@@ -7,6 +7,7 @@
#include <gio/gio.h>
#include <gio/gunixsocketaddress.h>
#include "gdbusdaemon.h"
+#include "glibintl.h"
#include "gdbus-daemon-generated.h"