From 345ee7953340e85f65cf1d00ab3bc25b55ee525f Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Mon, 23 Jun 2003 13:12:22 +0000 Subject: remove pd internal header files, compile against files in pd distribution svn path=/trunk/externals/ext13/; revision=734 --- openpatch.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'openpatch.c') diff --git a/openpatch.c b/openpatch.c index 3828f71..f1979bd 100644 --- a/openpatch.c +++ b/openpatch.c @@ -1,11 +1,17 @@ #include "ext13.h" -//#include "m_pd.h" +#include "m_pd.h" + +#ifndef PD_MAJOR_VERSION +#include "s_stuff.h" +#else #include "m_imp.h" +#endif + #include -#include +#include #ifndef NT #include -#endif +#endif #include #ifdef NT -- cgit v1.2.1