diff options
Diffstat (limited to 'ares_init.c')
-rw-r--r-- | ares_init.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ares_init.c b/ares_init.c index e8d9ab1..635efce 100644 --- a/ares_init.c +++ b/ares_init.c @@ -1,7 +1,7 @@ /* $Id$ */ /* Copyright 1998 by the Massachusetts Institute of Technology. - * Copyright (C) 2007-2008 by Daniel Stenberg + * Copyright (C) 2007-2009 by Daniel Stenberg * * Permission to use, copy, modify, and distribute this * software and its documentation for any purpose and without @@ -20,7 +20,6 @@ #if defined(WIN32) && !defined(WATT32) #include <iphlpapi.h> -#include <malloc.h> #endif #ifdef HAVE_SYS_PARAM_H |