aboutsummaryrefslogtreecommitdiff
path: root/modules/ead.c
diff options
context:
space:
mode:
authorcarmen rocco <ix9@users.sourceforge.net>2005-04-12 06:22:12 +0000
committercarmen rocco <ix9@users.sourceforge.net>2005-04-12 06:22:12 +0000
commiteb459642fd79b40c768c80badc915213d78116fc (patch)
treedb0302435c1f0988721437bbf80c14bfc656e138 /modules/ead.c
parentd9db643a1e091d2fd059b606154d0127575d3a1e (diff)
include paths were hardcoded to obsolete headers in build/include/
svn path=/trunk/externals/creb/; revision=2716
Diffstat (limited to 'modules/ead.c')
-rw-r--r--modules/ead.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/ead.c b/modules/ead.c
index 88fc6ec..37a979d 100644
--- a/modules/ead.c
+++ b/modules/ead.c
@@ -17,7 +17,9 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#include "extlib_util.h"
+#include <m_pd.h>
+#include <math.h>
+#include "../include/extlib_util.h"
/* pointer to */
t_class *ead_class;