Build fix for Mac OSX emu.getdir() lua code.

This commit is contained in:
mjbudd77 2020-10-21 21:52:32 -04:00
parent 80022a40d6
commit bf696c6494
1 changed files with 2 additions and 0 deletions

View File

@ -6,7 +6,9 @@
#include <sys/wait.h>
#include <libgen.h>
#elif __APPLE__
#include <stdlib.h>
#include <libgen.h>
#include <mach-o/dyld.h>
#endif
#ifdef WIN32