diff options
Diffstat (limited to 'lib/memdebug.h')
-rw-r--r-- | lib/memdebug.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/memdebug.h b/lib/memdebug.h index 1e02645f9..1716e3598 100644 --- a/lib/memdebug.h +++ b/lib/memdebug.h @@ -8,7 +8,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2011, 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 @@ -32,10 +32,6 @@ #include <curl/curl.h> -#ifdef HAVE_SYS_SOCKET_H -#include <sys/socket.h> -#endif - #define CURL_MT_LOGFNAME_BUFSIZE 512 #define logfile curl_debuglogfile |