aboutsummaryrefslogtreecommitdiff
path: root/src/dumpOSC.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-12-13 23:42:17 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-12-13 23:42:17 +0000
commit5a1f1574ae177239ff6ac1a8964a840c2b11f3e6 (patch)
tree4b1aec7c27da262edbcbc682e56934be9a7a9ece /src/dumpOSC.c
parente1f0d7064d41ad7e1ee41375253f93c43db4dc32 (diff)
MinGW build fixes
svn path=/trunk/externals/OSCx/; revision=15816
Diffstat (limited to 'src/dumpOSC.c')
-rw-r--r--src/dumpOSC.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dumpOSC.c b/src/dumpOSC.c
index 28405c3..8d7de18 100644
--- a/src/dumpOSC.c
+++ b/src/dumpOSC.c
@@ -95,6 +95,7 @@ The OSC webpage is http://cnmat.cnmat.berkeley.edu/OpenSoundControl
#include <ctype.h>
#include <signal.h>
#include <stdio.h>
+ #include <stdint.h>
#include <ws2tcpip.h>
#else
#include <stdio.h>