diff options
Diffstat (limited to 'camel/camel-sasl-kerberos4.h')
-rw-r--r-- | camel/camel-sasl-kerberos4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-sasl-kerberos4.h b/camel/camel-sasl-kerberos4.h index 5b674ba766..806c758664 100644 --- a/camel/camel-sasl-kerberos4.h +++ b/camel/camel-sasl-kerberos4.h @@ -30,7 +30,7 @@ extern "C" { #include <camel/camel-sasl.h> #include <sys/types.h> -#include <netinet/in.h> +#include <netdb.h> #define CAMEL_SASL_KERBEROS4_TYPE (camel_sasl_kerberos4_get_type ()) #define CAMEL_SASL_KERBEROS4(obj) (CAMEL_CHECK_CAST((obj), CAMEL_SASL_KERBEROS4_TYPE, CamelSaslKerberos4)) |