From 4fcb95a0d177fc56f74e5c7fc45827b3c91ca9df Mon Sep 17 00:00:00 2001 From: Hugo Hackenstein <1103251+rrrh@users.noreply.github.com> Date: Sat, 21 Apr 2018 19:00:36 +0200 Subject: [PATCH] Mac compile on OSX - Remove deprecated malloc.h include and switch to stdlib.h instead --- core/hw/pvr/ta_ctx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/hw/pvr/ta_ctx.cpp b/core/hw/pvr/ta_ctx.cpp index 2a0dd0e2d..838a8b9e4 100644 --- a/core/hw/pvr/ta_ctx.cpp +++ b/core/hw/pvr/ta_ctx.cpp @@ -1,4 +1,4 @@ -#include +#include #include "ta.h" #include "ta_ctx.h"