diff options
Diffstat (limited to 'OSC/OSC-pattern-match.c')
-rw-r--r-- | OSC/OSC-pattern-match.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OSC/OSC-pattern-match.c b/OSC/OSC-pattern-match.c index 2d6a541..c3000c1 100644 --- a/OSC/OSC-pattern-match.c +++ b/OSC/OSC-pattern-match.c @@ -35,7 +35,9 @@ 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>
+#endif
#include "OSC-common.h"
#include "OSC-pattern-match.h"
|