diff options
| author | David Zeuthen <davidz@redhat.com> | 2010-05-06 16:34:23 -0400 |
|---|---|---|
| committer | David Zeuthen <davidz@redhat.com> | 2010-05-06 16:34:23 -0400 |
| commit | fb1b4599a0effe728f42da8748b469a62f91ed8d (patch) | |
| tree | 7d2ea7319b537f1300d5a00ae5efbd4a3341c4e1 /gio/gdbusauthmechanismanon.c | |
| parent | 0fd6498cd89888023fb2161bfdde9339a4346986 (diff) | |
| download | glib-fb1b4599a0effe728f42da8748b469a62f91ed8d.tar.gz | |
GDBus: Fix up i18n
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; |
