Commit e372a440 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 91bda565
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@
#include "setup.h"

#include <string.h>
#include <malloc.h>
#include <errno.h>

#define _REENTRANT