diff options
Diffstat (limited to 'modules/ead.c')
-rw-r--r-- | modules/ead.c | 4 |
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; |