aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-09-29 06:34:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-09-29 06:34:50 +0000
commite372a440c0982dce0ef1a3b171453f7f365675d1 (patch)
tree8888de12f6ca16495ee10f4225ba3ba745794d10
parent91bda5650c780808d195c5e884f43a8dde2a1f95 (diff)
#include <malloc.h> was removed, it causes warnings on openbsd
-rw-r--r--lib/hostip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/hostip.c b/lib/hostip.c
index 4989314bb..4a07fdb47 100644
--- a/lib/hostip.c
+++ b/lib/hostip.c
@@ -41,7 +41,6 @@
#include "setup.h"
#include <string.h>
-#include <malloc.h>
#include <errno.h>
#define _REENTRANT