From 1bcbca14315920e88bb15ba0c73860443dd601ef Mon Sep 17 00:00:00 2001 From: Olaf Matthes Date: Fri, 8 Dec 2006 11:28:25 +0000 Subject: some changes to compile for Max again on OS X, still crashes when starting to poll svn path=/trunk/externals/io/hidio/; revision=6736 --- hidio_types.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hidio_types.c') diff --git a/hidio_types.c b/hidio_types.c index 43c0708..4a69bda 100644 --- a/hidio_types.c +++ b/hidio_types.c @@ -1,5 +1,8 @@ - +#ifdef PD #include "m_pd.h" +#else +#include "ext.h" +#endif #include "hidio.h" //#define DEBUG(x) -- cgit v1.2.1