diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-12-13 23:42:17 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-12-13 23:42:17 +0000 |
commit | 5a1f1574ae177239ff6ac1a8964a840c2b11f3e6 (patch) | |
tree | 4b1aec7c27da262edbcbc682e56934be9a7a9ece /src/OSCroute.c | |
parent | e1f0d7064d41ad7e1ee41375253f93c43db4dc32 (diff) |
MinGW build fixes
svn path=/trunk/externals/OSCx/; revision=15816
Diffstat (limited to 'src/OSCroute.c')
-rw-r--r-- | src/OSCroute.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/OSCroute.c b/src/OSCroute.c index 896f43a..c3afc89 100644 --- a/src/OSCroute.c +++ b/src/OSCroute.c @@ -53,16 +53,10 @@ The OSC webpage is http://cnmat.cnmat.berkeley.edu/OpenSoundControl #include "OSC-common.h"
#include "OSC-pattern-match.h"
+#include <stdio.h>
#ifdef _WIN32
#include <stdlib.h>
#include <string.h>
- #include <stdio.h>
-#endif
-#ifdef __APPLE__
- #include <stdio.h>
-#endif
-#ifdef UNIX
- #include <stdio.h>
#endif
/* structure definition of your object */
|