Merge pull request #12 from tluyben/master

Femtolisp works now on modern macs (fix from Julia)
This commit is contained in:
Jeff Bezanson 2014-02-26 13:11:16 -05:00
commit 27b18d04d0
1 changed files with 1 additions and 2 deletions

View File

@ -119,8 +119,7 @@ char *get_exename(char *buf, size_t size)
return buf;
}
#elif defined(MACOSX)
#include <FlatCarbon/Processes.h>
#include <FlatCarbon/Files.h>
#include <ApplicationServices/ApplicationServices.h>
char *get_exename(char *buf, size_t size)
{
ProcessSerialNumber PSN;