diff options
Diffstat (limited to 'lib/hostip6.c')
-rw-r--r-- | lib/hostip6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hostip6.c b/lib/hostip6.c index b36d62d4c..eb7c654a1 100644 --- a/lib/hostip6.c +++ b/lib/hostip6.c @@ -25,7 +25,7 @@ #include <string.h> -#ifdef HAVE_MALLOC_H +#if defined(HAVE_MALLOC_H) && defined(NEED_MALLOC_H) #include <malloc.h> #endif #ifdef HAVE_SYS_TYPES_H |