From 54c441e29b20c3f8658934bc90befdb228505eed Mon Sep 17 00:00:00 2001 From: tycho luyben Date: Wed, 26 Feb 2014 18:45:02 +0100 Subject: [PATCH] Femtolisp works now on modern macs (fix from Julia) --- llt/dirpath.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/llt/dirpath.c b/llt/dirpath.c index b68b8ca..6d6d779 100644 --- a/llt/dirpath.c +++ b/llt/dirpath.c @@ -119,8 +119,7 @@ char *get_exename(char *buf, size_t size) return buf; } #elif defined(MACOSX) -#include -#include +#include char *get_exename(char *buf, size_t size) { ProcessSerialNumber PSN;