aboutsummaryrefslogtreecommitdiff
path: root/blinkenlights
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-08-16 08:42:30 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-08-16 08:42:30 +0000
commita0996be0ef4b8e7fb94d852af5b01e7a2ed698c5 (patch)
treefd70d92947a4086ba064f8420df6b9e2ab747839 /blinkenlights
parent06858bf5cf5c5bbcb3b73c10f99ef72712e18d0d (diff)
excluded malloc.h for MacOS X because of compile troubles
svn path=/trunk/externals/unauthorized/; revision=862
Diffstat (limited to 'blinkenlights')
-rw-r--r--blinkenlights/blinkenlights.c2
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>