diff options
Diffstat (limited to 'OSC/OSC-pattern-match.c')
-rw-r--r-- | OSC/OSC-pattern-match.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/OSC/OSC-pattern-match.c b/OSC/OSC-pattern-match.c index c3000c1..5e8226d 100644 --- a/OSC/OSC-pattern-match.c +++ b/OSC/OSC-pattern-match.c @@ -35,9 +35,14 @@ The OpenSound Control WWW page is Matt Wright, 3/16/98
Adapted from oscpattern.c, by Matt Wright and Amar Chaudhury
*/
-#ifdef MACOSX
-#include <stdio.h>
+#ifdef UNIX
+ #include <stdio.h>
#endif
+
+// #ifdef MACOSX
+// #include <stdio.h>
+// #endif
+
#include "OSC-common.h"
#include "OSC-pattern-match.h"
|