You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2014/10/31 21:41:30 UTC

svn commit: r1635859 - /httpd/httpd/trunk/server/listen.c

Author: rpluem
Date: Fri Oct 31 20:41:29 2014
New Revision: 1635859

URL: http://svn.apache.org/r1635859
Log:
* Add missing include for ap_pglobal

Modified:
    httpd/httpd/trunk/server/listen.c

Modified: httpd/httpd/trunk/server/listen.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/listen.c?rev=1635859&r1=1635858&r2=1635859&view=diff
==============================================================================
--- httpd/httpd/trunk/server/listen.c (original)
+++ httpd/httpd/trunk/server/listen.c Fri Oct 31 20:41:29 2014
@@ -22,6 +22,7 @@
 
 #include "ap_config.h"
 #include "httpd.h"
+#include "http_main.h"
 #include "http_config.h"
 #include "http_core.h"
 #include "ap_listen.h"