]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Added some missing includes
authorFrancesco Chemolli <kinkie@squid-cache.org>
Wed, 5 Sep 2012 09:41:45 +0000 (11:41 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Wed, 5 Sep 2012 09:41:45 +0000 (11:41 +0200)
src/Makefile.am
src/comm/ModSelect.cc
src/dns.cc

index b1f57427dfa3e8ae3a7403c6b9296ee14469202d..bfeca3ad2b312032c0fbe9b9f63fbb89f18a2daf 100644 (file)
@@ -258,6 +258,7 @@ libsquid_la_SOURCES = \
        CommCalls.h \
        DescriptorSet.cc \
        DescriptorSet.h \
+       SquidConfig.h \
        SquidConfig.cc
 
 squid_SOURCES = \
index 5585520e346ee5cd0e62477bce44f257205caeb2..81e8a29839be1131be37ec1eae739962694fe642 100644 (file)
@@ -43,6 +43,7 @@
 #include "StatCounters.h"
 #include "StatHist.h"
 #include "Store.h"
+#include "SquidConfig.h"
 
 #if HAVE_SYS_STAT_H
 #include <sys/stat.h>
index 43f8dd94b9d233ff6eebb21435c3b1fdbd9e76d2..31b83d18a9da23b186f37e059308e6f706260abc 100644 (file)
  */
 
 #include "squid.h"
+#include "helper.h"
+#include "mgr/Registration.h"
+#include "SquidConfig.h"
+#include "SquidTime.h"
 #include "Store.h"
 #include "wordlist.h"
-#include "SquidTime.h"
-#include "mgr/Registration.h"
-#include "helper.h"
 
 /* MS VisualStudio Projects are monolitich, so we need the following
    #if to include the external DNS code in compile process when