aboutsummaryrefslogtreecommitdiff
path: root/modules/fdn.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/fdn.c')
-rw-r--r--modules/fdn.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/fdn.c b/modules/fdn.c
index 9fbfee7..d9e7ef6 100644
--- a/modules/fdn.c
+++ b/modules/fdn.c
@@ -26,8 +26,10 @@ add more diffuse feedback matrix (hadamard)
check filtering code
*/
+#include <m_pd.h>
+#include <math.h>
+#include "../include/extlib_util.h"
-#include "extlib_util.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>