aboutsummaryrefslogtreecommitdiff
path: root/src/rhythm.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-09-24 23:05:22 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 13:53:22 +0200
commit56d0269c783905ed6a88169378b16a64119d4d7d (patch)
tree0b714ffff652ecab15da71345647467c1ac5814a /src/rhythm.c
parentc91ca99adfb0a87a9a5073bf2ef7ec44aecb9158 (diff)
MinGW cleanups
svn path=/trunk/externals/maxlib/; revision=6013
Diffstat (limited to 'src/rhythm.c')
-rw-r--r--src/rhythm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rhythm.c b/src/rhythm.c
index 1f50cf0..197a143 100644
--- a/src/rhythm.c
+++ b/src/rhythm.c
@@ -26,7 +26,7 @@
#include "m_pd.h"
#include <stdio.h>
#include <math.h>
-#ifdef UNIX
+#ifndef _WIN32
#include <stdlib.h>
#endif