aboutsummaryrefslogtreecommitdiff
path: root/src/netclient.c
diff options
context:
space:
mode:
authorcarmen rocco <ix9@users.sourceforge.net>2005-04-12 13:26:42 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 13:53:22 +0200
commitb482058421cce60ced22afcbba3354052e417c7c (patch)
tree2557206bac3e696487bb151fb9601cd7f3a038d9 /src/netclient.c
parent1f2a8ba7d9690067f647e6f1124cc213fe1faa7c (diff)
m_pd.h isnt optional..
svn path=/trunk/externals/maxlib/; revision=2736
Diffstat (limited to 'src/netclient.c')
-rw-r--r--src/netclient.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/netclient.c b/src/netclient.c
index a248158..a0b84b6 100644
--- a/src/netclient.c
+++ b/src/netclient.c
@@ -26,9 +26,7 @@
/* using pollfunction instead of clock (suggested by HCS) */
#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"
#include <sys/types.h>