From a0ab37d85aeb661516a1afa1e1cf699e194f4a8d Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 8 Sep 2000 16:46:55 +0000 Subject: Fixed a warning. 2000-09-08 Christopher James Lahey * providers/nntp/camel-nntp-auth.c, providers/nntp/camel-nntp-auth.h: Fixed a warning. svn path=/trunk/; revision=5265 --- camel/ChangeLog | 5 +++++ camel/providers/nntp/camel-nntp-auth.c | 1 + camel/providers/nntp/camel-nntp-auth.h | 1 + 3 files changed, 7 insertions(+) (limited to 'camel') diff --git a/camel/ChangeLog b/camel/ChangeLog index 7eb2fc4ef9..4abe34186d 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2000-09-08 Christopher James Lahey + + * providers/nntp/camel-nntp-auth.c, + providers/nntp/camel-nntp-auth.h: Fixed a warning. + 2000-09-07 Dan Winship * camel-session.c (camel_session_get_storage_path): Make this not diff --git a/camel/providers/nntp/camel-nntp-auth.c b/camel/providers/nntp/camel-nntp-auth.c index 7b48bde808..2490329b81 100644 --- a/camel/providers/nntp/camel-nntp-auth.c +++ b/camel/providers/nntp/camel-nntp-auth.c @@ -22,6 +22,7 @@ */ +#include #include #include #include diff --git a/camel/providers/nntp/camel-nntp-auth.h b/camel/providers/nntp/camel-nntp-auth.h index 61b07d4b2f..2708d9d335 100644 --- a/camel/providers/nntp/camel-nntp-auth.h +++ b/camel/providers/nntp/camel-nntp-auth.h @@ -27,6 +27,7 @@ #ifndef CAMEL_NNTP_AUTH_H #define CAMEL_NNTP_AUTH_H 1 +#include #ifdef __cplusplus extern "C" { -- cgit v1.2.3