diff options
Diffstat (limited to 'src/netrec.c')
-rw-r--r-- | src/netrec.c | 2 |
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"
|