]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Put squid.h before <iosfwd> to avoid FD_SETSIZE redefined errors
authorwessels <>
Thu, 11 May 2006 05:40:38 +0000 (05:40 +0000)
committerwessels <>
Thu, 11 May 2006 05:40:38 +0000 (05:40 +0000)
with 'make check'

src/URLScheme.h

index e6d8f7f883b2574a48c6f638910eda42683c6546..d9f4bbed9dd59e8e3c0d0138c47cf5fce5a9fdff 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: URLScheme.h,v 1.1 2006/05/08 23:38:33 robertc Exp $
+ * $Id: URLScheme.h,v 1.2 2006/05/10 23:40:38 wessels Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
 #ifndef SQUID_URLSCHEME_H
 #define SQUID_URLSCHEME_H
 
-#include <iosfwd>
-
 /* For the definition of NULL and protocol_t */
 #include "squid.h"
 
+#include <iosfwd>
+
 extern const char *ProtocolStr[];
 
 /* This class represents a URL Scheme such as HTTPS, HTTP, WAIS etc.