Femtolisp works now on modern macs (fix from Julia)

This commit is contained in:
tycho luyben 2014-02-26 18:45:02 +01:00
parent 1e6c71f655
commit 54c441e29b
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;