From a7b2b5686aea1199e3cdea7d1c743e087a1e5b1d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 13 Sep 2015 13:37:10 -0400 Subject: [PATCH] Fix make check I forgot to add the include to make I_() known in gdbusdaemon.c --- gio/gdbusdaemon.c | 1 + 1 file changed, 1 insertion(+) 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 #include #include "gdbusdaemon.h" +#include "glibintl.h" #include "gdbus-daemon-generated.h"