diff options
author | jdl <x75@users.sourceforge.net> | 2004-03-10 00:01:57 +0000 |
---|---|---|
committer | jdl <x75@users.sourceforge.net> | 2004-03-10 00:01:57 +0000 |
commit | 8ee6fc849523193a6c9ec849599b4153b7d97fdd (patch) | |
tree | 767e9c4522a420c9f2d87dd61495141f47f7c5cd /send+dump/sendOSC.c | |
parent | d8847bccfcc9ac116d81cd18ce485f5595e7f6bb (diff) |
changed to single external style ...
svn path=/trunk/externals/OSCx/; revision=1400
Diffstat (limited to 'send+dump/sendOSC.c')
-rw-r--r-- | send+dump/sendOSC.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/send+dump/sendOSC.c b/send+dump/sendOSC.c index d37a539..f445f92 100644 --- a/send+dump/sendOSC.c +++ b/send+dump/sendOSC.c @@ -55,7 +55,7 @@ compiling: /* #include <bstring.h> */ #include <string.h> -#ifdef unix +#ifdef UNIX #include <ctype.h> #include <netinet/in.h> #endif |