diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2004-09-20 13:59:55 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-09-20 13:59:55 +0800 |
commit | ef6a3af717132e0750f226fa8a0ee0f3c98e19f0 (patch) | |
tree | f4ed25f7a247a8ccb855a8d940777e7a3d21a3e3 /camel/camel-sasl-ntlm.c | |
parent | 96111b1f1487ca3fe454b340a73ba927cc6bfb83 (diff) | |
download | gsoc2013-evolution-ef6a3af717132e0750f226fa8a0ee0f3c98e19f0.tar.gz gsoc2013-evolution-ef6a3af717132e0750f226fa8a0ee0f3c98e19f0.tar.zst gsoc2013-evolution-ef6a3af717132e0750f226fa8a0ee0f3c98e19f0.zip |
Merged notzed-eplugin-2-branch to head.
svn path=/trunk/; revision=27300
Diffstat (limited to 'camel/camel-sasl-ntlm.c')
-rw-r--r-- | camel/camel-sasl-ntlm.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/camel/camel-sasl-ntlm.c b/camel/camel-sasl-ntlm.c index ad341353c4..32c47aebd1 100644 --- a/camel/camel-sasl-ntlm.c +++ b/camel/camel-sasl-ntlm.c @@ -22,11 +22,12 @@ #include <config.h> #endif -#include "camel-sasl-ntlm.h" - #include <ctype.h> #include <string.h> +#include "camel-sasl-ntlm.h" +#include "camel-i18n.h" + CamelServiceAuthType camel_sasl_ntlm_authtype = { N_("NTLM / SPA"), |