diff options
Diffstat (limited to 'oggcast~')
-rw-r--r-- | oggcast~/oggcast~.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oggcast~/oggcast~.c b/oggcast~/oggcast~.c index 67ea43a..4210fa6 100644 --- a/oggcast~/oggcast~.c +++ b/oggcast~/oggcast~.c @@ -38,7 +38,7 @@ #include <errno.h>
#include <fcntl.h>
#include <pthread.h>
-#ifdef UNIX
+#ifdef unix
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
@@ -1299,4 +1299,4 @@ void oggcast_tilde_setup(void) class_addmethod(oggcast_class, (t_method)oggcast_vbr, gensym("vbr"), A_FLOAT, A_FLOAT, A_FLOAT, 0);
class_addanything(oggcast_class, oggcast_comment);
class_sethelpsymbol(oggcast_class, gensym("help-oggcast~.pd"));
-}
\ No newline at end of file +}
|