diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-20 23:54:51 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-20 23:54:51 +0000 |
commit | bdb88f18d5376bb03d414d7c9c18a26da345a829 (patch) | |
tree | 0e846ec7f0914d39f468d8948e497d359f9d4223 /blinkenlights | |
parent | 378571be1bbdc4fa24c3552d8699a7b250479d45 (diff) |
changed define to __APPLE__ which is automatically defined by gcc on OSX
svn path=/trunk/externals/unauthorized/; revision=3992
Diffstat (limited to 'blinkenlights')
-rw-r--r-- | blinkenlights/blinkenlights.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blinkenlights/blinkenlights.c b/blinkenlights/blinkenlights.c index 902e9ce..03abda9 100644 --- a/blinkenlights/blinkenlights.c +++ b/blinkenlights/blinkenlights.c @@ -42,7 +42,7 @@ #include <stdlib.h> #include <fcntl.h> #include <sys/stat.h> -#ifndef MACOSX +#ifndef __APPLE__ #include <malloc.h> #endif #include <ctype.h> |