summaryrefslogtreecommitdiff
path: root/lib/curl_addrinfo.h
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2013-02-11 13:29:16 +0100
committerAlessandro Ghedini <alessandro@ghedini.me>2013-02-11 13:29:16 +0100
commit579d668f74ce35a997c56f9fd831016ed103d4ac (patch)
tree04316f84e5b6ffac55f1492d8a371e7f2ccd0a3c /lib/curl_addrinfo.h
parentcc228a68fc4d70a60d371f66640e1d9ed6491886 (diff)
Imported Upstream version 7.29.0
Diffstat (limited to 'lib/curl_addrinfo.h')
-rw-r--r--lib/curl_addrinfo.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/curl_addrinfo.h b/lib/curl_addrinfo.h
index 11c33947..6d2b753e 100644
--- a/lib/curl_addrinfo.h
+++ b/lib/curl_addrinfo.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -22,11 +22,8 @@
*
***************************************************************************/
-#include "setup.h"
+#include "curl_setup.h"
-#ifdef HAVE_SYS_SOCKET_H
-# include <sys/socket.h>
-#endif
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif