Index: lib/hostip.c
===================================================================
RCS file: /repository/curl/lib/hostip.c,v
retrieving revision 1.127
diff -c -r1.127 hostip.c
*** lib/hostip.c	3 Mar 2004 13:07:32 -0000	1.127
--- lib/hostip.c	8 Mar 2004 18:21:45 -0000
***************
*** 46,60 ****
  #ifdef HAVE_ARPA_INET_H
  #include <arpa/inet.h>
  #endif
- #ifdef HAVE_STDLIB_H
- #include <stdlib.h>	/* required for free() prototypes */
- #endif
  #ifdef	VMS
  #include <in.h>
  #include <inet.h>
  #include <stdlib.h>
  #endif
  #endif
  
  #ifdef HAVE_SETJMP_H
  #include <setjmp.h>
--- 46,60 ----
  #ifdef HAVE_ARPA_INET_H
  #include <arpa/inet.h>
  #endif
  #ifdef	VMS
  #include <in.h>
  #include <inet.h>
  #include <stdlib.h>
  #endif
  #endif
+ #ifdef HAVE_STDLIB_H
+ #include <stdlib.h>	/* required for free() and getenv() prototypes */
+ #endif
  
  #ifdef HAVE_SETJMP_H
  #istbyde <setjmp.h>

