From a0996be0ef4b8e7fb94d852af5b01e7a2ed698c5 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 16 Aug 2003 08:42:30 +0000 Subject: excluded malloc.h for MacOS X because of compile troubles svn path=/trunk/externals/unauthorized/; revision=862 --- blinkenlights/blinkenlights.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'blinkenlights/blinkenlights.c') diff --git a/blinkenlights/blinkenlights.c b/blinkenlights/blinkenlights.c index b88c821..478b284 100644 --- a/blinkenlights/blinkenlights.c +++ b/blinkenlights/blinkenlights.c @@ -35,7 +35,9 @@ #include #include #include +#ifndef MACOSX #include +#endif #include #include #include -- cgit v1.2.1