]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
#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 4989314bba6d480fb0e6a7f3e5a28c03731e0287..4a07fdb47c5a63699ef9f49eba0796381ea734ff 100644 (file)
@@ -41,7 +41,6 @@
 #include "setup.h"
 
 #include <string.h>
-#include <malloc.h>
 #include <errno.h>
 
 #define _REENTRANT