From 26e895745b47ed89166f166c090ac6eb543b95c1 Mon Sep 17 00:00:00 2001 From: khashab2 Date: Thu, 7 Apr 2016 15:44:15 -0500 Subject: [PATCH] not including malloc in osx --- convertvec.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/convertvec.c b/convertvec.c index 9496684..5860608 100644 --- a/convertvec.c +++ b/convertvec.c @@ -4,9 +4,12 @@ #include #include #include -#include #include +#ifndef __APPLE__ +#include +#endif + const long long max_w = 2000; // Convert from text format to binary