]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix CommIO missing includes
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 12 Feb 2012 13:15:51 +0000 (06:15 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 12 Feb 2012 13:15:51 +0000 (06:15 -0700)
src/DiskIO/DiskThreads/CommIO.cc
src/comm/Loops.h

index dc2e70f634d53a350c0910f0d2fa8cc05b0f44dd..0cf3a11d31f7e6ad60ba93012f5e304f4fbac71f 100644 (file)
@@ -33,6 +33,7 @@
  */
 
 #include "squid.h"
+#include "comm/Loops.h"
 #include "DiskIO/DiskThreads/CommIO.h"
 #include "fde.h"
 
index 915abba73b11d9c272cde968d701104fed39e4fd..d3f7b4faf54e9cc802315c0ae060b1374345028b 100644 (file)
@@ -3,6 +3,9 @@
 
 #include "comm_err_t.h"
 
+// for PF
+#include "typedefs.h"
+
 /* Comm layer select loops API.
  *
  * These API functions must be implemented by all FD IO loops used by Squid.