aboutsummaryrefslogtreecommitdiff
path: root/src/rhythm.c
diff options
context:
space:
mode:
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