diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-08-16 08:42:30 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-08-16 08:42:30 +0000 |
commit | a0996be0ef4b8e7fb94d852af5b01e7a2ed698c5 (patch) | |
tree | fd70d92947a4086ba064f8420df6b9e2ab747839 | |
parent | 06858bf5cf5c5bbcb3b73c10f99ef72712e18d0d (diff) |
excluded malloc.h for MacOS X because of compile troubles
svn path=/trunk/externals/unauthorized/; revision=862
-rw-r--r-- | blinkenlights/blinkenlights.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <stdlib.h> #include <fcntl.h> #include <sys/stat.h> +#ifndef MACOSX #include <malloc.h> +#endif #include <ctype.h> #include <unistd.h> #include <sys/socket.h> |