aboutsummaryrefslogtreecommitdiff
path: root/OSC/OSC-pattern-match.c
diff options
context:
space:
mode:
authorjdl <x75@users.sourceforge.net>2002-10-20 16:01:10 +0000
committerjdl <x75@users.sourceforge.net>2002-10-20 16:01:10 +0000
commit749a6ec63a8f257c2b54511f1d7a5467ea4c38d9 (patch)
treecc19243d19b5a825456ac009b36d0765c4241dc3 /OSC/OSC-pattern-match.c
parent32277d1a5af19be53733fe77949e4efda17cdd7e (diff)
reduce warnings pass #1
svn path=/trunk/externals/OSCx/; revision=179
Diffstat (limited to 'OSC/OSC-pattern-match.c')
-rw-r--r--OSC/OSC-pattern-match.c9
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"