From: Jelte Jansen Date: Wed, 28 May 2008 07:19:35 +0000 (+0000) Subject: more maintainer-appeasement (which systems do not provide sys/socket.h?) X-Git-Tag: release-1.3.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83f1f64ccb184190ca75c22a712d8a2e529f94ec;p=thirdparty%2Fldns.git more maintainer-appeasement (which systems do not provide sys/socket.h?) it should now be possible to include ldns/ldns.h in your application without inclusion dependencies --- diff --git a/ldns/net.h b/ldns/net.h index 440b2a3d..3e4b65fe 100644 --- a/ldns/net.h +++ b/ldns/net.h @@ -14,10 +14,7 @@ #define LDNS_NET_H #include - -#ifdef HAVE_SYS_SOCKET_H #include -#endif #define LDNS_DEFAULT_TIMEOUT_SEC 2 #define LDNS_DEFAULT_TIMEOUT_USEC 0