diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-09-29 06:34:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-09-29 06:34:50 +0000 |
commit | e372a440c0982dce0ef1a3b171453f7f365675d1 (patch) | |
tree | 8888de12f6ca16495ee10f4225ba3ba745794d10 /lib | |
parent | 91bda5650c780808d195c5e884f43a8dde2a1f95 (diff) |
#include <malloc.h> was removed, it causes warnings on openbsd
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hostip.c | 1 |
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 |