diff options
Diffstat (limited to 'oggamp~/oggamp~.c')
-rw-r--r-- | oggamp~/oggamp~.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oggamp~/oggamp~.c b/oggamp~/oggamp~.c index 807a415..452532e 100644 --- a/oggamp~/oggamp~.c +++ b/oggamp~/oggamp~.c @@ -42,7 +42,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>
@@ -1488,4 +1488,4 @@ void oggamp_tilde_setup(void) class_addmethod(oggamp_class, (t_method)oggamp_recover, gensym("recover"), A_FLOAT, 0);
class_addmethod(oggamp_class, (t_method)oggamp_print, gensym("print"), 0);
class_sethelpsymbol(oggamp_class, gensym("help-oggamp~.pd"));
-}
\ No newline at end of file +}
|