aboutsummaryrefslogtreecommitdiff
path: root/src/netrec.c
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2004-06-02 12:54:09 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 13:53:22 +0200
commit1f2a8ba7d9690067f647e6f1124cc213fe1faa7c (patch)
tree6da33395ee11e0e566a7d0c580173a57949f3c78 /src/netrec.c
parentc59df870c2fdb62d57589eac8c1e09a643a156d5 (diff)
should compile for both pd 0.36 and 0.37
svn path=/trunk/externals/maxlib/; revision=1803
Diffstat (limited to 'src/netrec.c')
-rw-r--r--src/netrec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netrec.c b/src/netrec.c
index dc8e44f..965d50e 100644
--- a/src/netrec.c
+++ b/src/netrec.c
@@ -22,8 +22,8 @@
/* */
/* ---------------------------------------------------------------------------- */
-#ifdef PD_0_37
#include "m_pd.h"
+#if defined PD_MAJOR_VERSION && PD_MAJOR_VERSION==0 && PD_MINOR_VERSION==37
#include "s_stuff.h"
#endif
#include "m_imp.h"