You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by so...@apache.org on 2005/09/17 21:20:36 UTC

svn commit: r289841 - /httpd/mod_smtpd/trunk/smtp_protocol.c

Author: soc-rian
Date: Sat Sep 17 12:20:34 2005
New Revision: 289841

URL: http://svn.apache.org/viewcvs?rev=289841&view=rev
Log:
Explicitly include apreq_parser.h in smtp_protocol.c, instead of relying on the implicit inclusion by smtp.h

Modified:
    httpd/mod_smtpd/trunk/smtp_protocol.c

Modified: httpd/mod_smtpd/trunk/smtp_protocol.c
URL: http://svn.apache.org/viewcvs/httpd/mod_smtpd/trunk/smtp_protocol.c?rev=289841&r1=289840&r2=289841&view=diff
==============================================================================
--- httpd/mod_smtpd/trunk/smtp_protocol.c (original)
+++ httpd/mod_smtpd/trunk/smtp_protocol.c Sat Sep 17 12:20:34 2005
@@ -31,6 +31,8 @@
 #include "apr_errno.h"
 #include "scoreboard.h"
 
+#include "apreq2/apreq_parser.h"
+
 #include "smtp.h"
 #include "mod_smtpd.h"
 #include "smtp_filters.h"