]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
cf_gen.cc fix: include errno.h
authorFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 8 Aug 2011 21:43:52 +0000 (23:43 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 8 Aug 2011 21:43:52 +0000 (23:43 +0200)
src/cf_gen.cc

index 306bb22db1c3ed96ff904a63f82193dd97ba7428..c07847d707b34c428e43206bfa08d7cc076d817e 100644 (file)
@@ -56,6 +56,9 @@
 #if HAVE_STRING_H
 #include <ctype.h>
 #endif
+#if HAVE_ERRNO_H
+#include <errno.h>
+#endif
 
 #include "cf_gen_defines.cci"