Mac compile on OSX - Remove deprecated malloc.h include and switch to stdlib.h instead

This commit is contained in:
Hugo Hackenstein 2018-04-21 19:00:36 +02:00
parent dfc58ece9f
commit 4fcb95a0d1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#include <malloc.h>
#include <stdlib.h>
#include "ta.h"
#include "ta_ctx.h"