From 70fa864838479778c02db91f6b6d9df3a76b683f Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 15 Mar 2001 17:50:46 +0000 Subject: Uninclude prnetdb.h since it's not needed here. 2001-03-15 Jeffrey Stedfast * camel-tcp-stream-ssl.h: Uninclude prnetdb.h since it's not needed here. * providers/smtp/camel-smtp-transport.c: #include prnetdb.h here instead of making camel-tcp-stream-ssl.h include it. Prevents some header bloat. * providers/smtp/Makefile.am: Include the NSPR_CFLAGS and NSS_CFLAGS. svn path=/trunk/; revision=8738 --- camel/providers/smtp/Makefile.am | 2 ++ camel/providers/smtp/camel-smtp-transport.c | 1 + 2 files changed, 3 insertions(+) (limited to 'camel/providers/smtp') diff --git a/camel/providers/smtp/Makefile.am b/camel/providers/smtp/Makefile.am index 734a4e5128..ca683eeb5f 100644 --- a/camel/providers/smtp/Makefile.am +++ b/camel/providers/smtp/Makefile.am @@ -16,6 +16,8 @@ INCLUDES = \ -I$(top_srcdir)/camel \ -I$(top_srcdir)/e-util \ $(GTK_INCLUDEDIR) \ + $(NSPR_CFLAGS) \ + $(NSS_CFLAGS) \ -DG_LOG_DOMAIN=\"camel-smtp-provider\" libcamelsmtp_la_SOURCES = \ diff --git a/camel/providers/smtp/camel-smtp-transport.c b/camel/providers/smtp/camel-smtp-transport.c index c3a5f2ac79..93d0447c2f 100644 --- a/camel/providers/smtp/camel-smtp-transport.c +++ b/camel/providers/smtp/camel-smtp-transport.c @@ -49,6 +49,7 @@ #include "camel-tcp-stream-raw.h" #ifdef HAVE_NSS #include "camel-tcp-stream-ssl.h" +#include #endif #include "camel-session.h" #include "camel-exception.h" -- cgit v1.2.3