aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-sasl-kerberos4.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-03-02 01:16:32 +0800
committerDan Winship <danw@src.gnome.org>2001-03-02 01:16:32 +0800
commit47497db453865f7db72ec6aa3ff553762b1b501e (patch)
tree8f6ba359f1d678febdd588048d3742711f53b9a4 /camel/camel-sasl-kerberos4.h
parentf5fed971578ba0cecf5663e957795caa7cb19c22 (diff)
downloadgsoc2013-evolution-47497db453865f7db72ec6aa3ff553762b1b501e.tar
gsoc2013-evolution-47497db453865f7db72ec6aa3ff553762b1b501e.tar.gz
gsoc2013-evolution-47497db453865f7db72ec6aa3ff553762b1b501e.tar.bz2
gsoc2013-evolution-47497db453865f7db72ec6aa3ff553762b1b501e.tar.lz
gsoc2013-evolution-47497db453865f7db72ec6aa3ff553762b1b501e.tar.xz
gsoc2013-evolution-47497db453865f7db72ec6aa3ff553762b1b501e.tar.zst
gsoc2013-evolution-47497db453865f7db72ec6aa3ff553762b1b501e.zip
camel depends on krb4 now (where available), for camel-sasl-kerberos4.c
* Makefile.am (libcamel_la_LIBADD, INCLUDES): camel depends on krb4 now (where available), for camel-sasl-kerberos4.c * camel-sasl-kerberos4.[ch]: Make this at least compile. Dunno if it works yet. svn path=/trunk/; revision=8451
Diffstat (limited to 'camel/camel-sasl-kerberos4.h')
-rw-r--r--camel/camel-sasl-kerberos4.h2
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))