aboutsummaryrefslogtreecommitdiff
path: root/src/chord.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chord.c')
-rw-r--r--src/chord.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chord.c b/src/chord.c
index 142576c..a1839d3 100644
--- a/src/chord.c
+++ b/src/chord.c
@@ -25,7 +25,7 @@
#include "m_pd.h"
#include <stdio.h>
#include <string.h>
-#ifdef UNIX
+#ifndef _WIN32
#include <stdlib.h>
#endif