]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
need to include <netinet/in.h> on FreeBSD for definition of sockaddr_in
authorwessels <>
Fri, 12 May 2006 03:41:50 +0000 (03:41 +0000)
committerwessels <>
Fri, 12 May 2006 03:41:50 +0000 (03:41 +0000)
tools/squidclient.cc

index 75dce1c93657183104dd4b0a9472068ff0bfe659..1b732d4bbcd4d0f474ce0e623b23438f7c658a79 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: squidclient.cc,v 1.1 2006/05/11 01:36:57 hno Exp $
+ * $Id: squidclient.cc,v 1.2 2006/05/11 21:41:50 wessels Exp $
  *
  * DEBUG: section 0     WWW Client
  * AUTHOR: Harvest Derived
@@ -46,6 +46,7 @@
 #include <errno.h>
 #include <sys/stat.h>
 #include <fcntl.h>
+#include <netinet/in.h>
 
 #include "util.h"