aboutsummaryrefslogtreecommitdiff
path: root/src/netrec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/netrec.c')
-rw-r--r--src/netrec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/netrec.c b/src/netrec.c
index c747736..dc8e44f 100644
--- a/src/netrec.c
+++ b/src/netrec.c
@@ -22,7 +22,7 @@
/* */
/* ---------------------------------------------------------------------------- */
-#ifndef PD_0_36
+#ifdef PD_0_37
#include "m_pd.h"
#include "s_stuff.h"
#endif
@@ -446,4 +446,4 @@ void maxlib_netrec_setup(void)
class_addmethod(netrec_class, (t_method)netrec_print, gensym("print"), 0);
class_sethelpsymbol(netrec_class, gensym("maxlib/help-netrec.pd"));
}
-#endif \ No newline at end of file
+#endif