diff options
Diffstat (limited to 'apps/plugins/pdbox/PDa/src/x_acoustics.c')
-rw-r--r-- | apps/plugins/pdbox/PDa/src/x_acoustics.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/pdbox/PDa/src/x_acoustics.c b/apps/plugins/pdbox/PDa/src/x_acoustics.c index 9c5cd07495..cb2b01fe41 100644 --- a/apps/plugins/pdbox/PDa/src/x_acoustics.c +++ b/apps/plugins/pdbox/PDa/src/x_acoustics.c | |||
@@ -5,6 +5,11 @@ | |||
5 | /* utility functions for signals | 5 | /* utility functions for signals |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #ifdef ROCKBOX | ||
9 | #include "plugin.h" | ||
10 | #include "pdbox.h" | ||
11 | #endif | ||
12 | |||
8 | #include "m_pd.h" | 13 | #include "m_pd.h" |
9 | #include <math.h> | 14 | #include <math.h> |
10 | #define LOGTEN 2.302585092994 | 15 | #define LOGTEN 2.302585092994 |