diff options
Diffstat (limited to 'gio/gdbusauthmechanismanon.c')
| -rw-r--r-- | gio/gdbusauthmechanismanon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gdbusauthmechanismanon.c b/gio/gdbusauthmechanismanon.c index 4c666ec1f..c5a0f3c7f 100644 --- a/gio/gdbusauthmechanismanon.c +++ b/gio/gdbusauthmechanismanon.c @@ -22,12 +22,12 @@ #include "config.h" -#include <glib/gi18n.h> - #include "gdbusauthmechanismanon.h" #include "gdbuserror.h" #include "gioenumtypes.h" +#include "glibintl.h" + struct _GDBusAuthMechanismAnonPrivate { gboolean is_client; |
