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 38ac9d7e4a..d4bef9a876 100644 --- a/camel/camel-sasl-kerberos4.h +++ b/camel/camel-sasl-kerberos4.h @@ -28,9 +28,9 @@ extern "C" { #pragma } #endif /* __cplusplus }*/ -#include <camel/camel-sasl.h> #include <sys/types.h> #include <netdb.h> +#include <camel/camel-sasl.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)) |