1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

#include <malloc.h> was removed, it causes warnings on openbsd

This commit is contained in:
Daniel Stenberg 2000-09-29 06:34:50 +00:00
parent 91bda5650c
commit e372a440c0

View File

@ -41,7 +41,6 @@
#include "setup.h" #include "setup.h"
#include <string.h> #include <string.h>
#include <malloc.h>
#include <errno.h> #include <errno.h>
#define _REENTRANT #define _REENTRANT