#include <malloc.h> was removed, it causes warnings on openbsd
authorDaniel Stenberg <daniel@haxx.se>
Fri, 29 Sep 2000 06:34:50 +0000 (06:34 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 29 Sep 2000 06:34:50 +0000 (06:34 +0000)
lib/hostip.c

index 4989314..4a07fdb 100644 (file)
@@ -41,7 +41,6 @@
 #include "setup.h"
 
 #include <string.h>
-#include <malloc.h>
 #include <errno.h>
 
 #define _REENTRANT