]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed missing inclusion of Parsing.h in Delay Pools
authorserassio <>
Tue, 4 Jan 2005 17:35:09 +0000 (17:35 +0000)
committerserassio <>
Tue, 4 Jan 2005 17:35:09 +0000 (17:35 +0000)
src/DelaySpec.cc

index 5bed8e394bc154593e9cc4e34a4b9985d3889c8f..c072d3b0cb304036646a66771e2a44b6da3178ed 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: DelaySpec.cc,v 1.2 2003/02/21 22:50:05 robertc Exp $
+ * $Id: DelaySpec.cc,v 1.3 2005/01/04 10:35:09 serassio Exp $
  *
  * DEBUG: section 77    Delay Pools
  * AUTHOR: Robert Collins <robertc@squid-cache.org>
@@ -43,6 +43,7 @@
 #include "squid.h"
 #include "DelaySpec.h"
 #include "Store.h"
+#include "Parsing.h"
 
 DelaySpec::DelaySpec() : restore_bps(-1), max_bytes (-1)
 {}