Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
fix: compile in apple
Browse files Browse the repository at this point in the history
  • Loading branch information
flashjay committed Nov 23, 2016
1 parent b8969a8 commit e8ac371
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions binding/lua53/pbc-lua53.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ extern "C" {
}
#endif

#if defined(__APPLE__)
#include <malloc/malloc.h>
#else
#include <malloc.h>
#endif

#ifndef _MSC_VER
#include <stdbool.h>
Expand Down

0 comments on commit e8ac371

Please sign in to comment.