]> granicus.if.org Git - apache/commitdiff
* Add missing include for ap_pglobal
authorRuediger Pluem <rpluem@apache.org>
Fri, 31 Oct 2014 20:41:29 +0000 (20:41 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 31 Oct 2014 20:41:29 +0000 (20:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1635859 13f79535-47bb-0310-9956-ffa450edef68

server/listen.c

index db3186de40ae7d9c942e45eeb0896530c6411c82..ddf772e7fde7398aeee05a8a65a7520797336d0a 100644 (file)
@@ -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"