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 2006/01/24 07:13:25 UTC

svn commit: r371837 - /httpd/mod_smtpd/trunk/src/mod_smtpd.h

Author: soc-rian
Date: Mon Jan 23 22:13:23 2006
New Revision: 371837

URL: http://svn.apache.org/viewcvs?rev=371837&view=rev
Log:
add necessary include to mod_smtpd.h


Modified:
    httpd/mod_smtpd/trunk/src/mod_smtpd.h

Modified: httpd/mod_smtpd/trunk/src/mod_smtpd.h
URL: http://svn.apache.org/viewcvs/httpd/mod_smtpd/trunk/src/mod_smtpd.h?rev=371837&r1=371836&r2=371837&view=diff
==============================================================================
--- httpd/mod_smtpd/trunk/src/mod_smtpd.h (original)
+++ httpd/mod_smtpd/trunk/src/mod_smtpd.h Mon Jan 23 22:13:23 2006
@@ -22,6 +22,7 @@
 #include "apr_file_io.h"
 #include "util_filter.h"
 #include "httpd.h"
+#include "http_config.h"
 
 #ifdef __cplusplus
 extern "C" {