summaryrefslogtreecommitdiff
path: root/apps/plugins/pdbox/PDa/src
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pdbox/PDa/src')
-rw-r--r--apps/plugins/pdbox/PDa/src/x_acoustics.c2
-rw-r--r--apps/plugins/pdbox/PDa/src/x_arithmetic.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/pdbox/PDa/src/x_acoustics.c b/apps/plugins/pdbox/PDa/src/x_acoustics.c
index 7559426bec..1bb62bf1b4 100644
--- a/apps/plugins/pdbox/PDa/src/x_acoustics.c
+++ b/apps/plugins/pdbox/PDa/src/x_acoustics.c
@@ -11,7 +11,7 @@
11#endif 11#endif
12 12
13#include "m_pd.h" 13#include "m_pd.h"
14#include <math.h> 14#include "../../math.h"
15#define LOGTEN 2.302585092994 15#define LOGTEN 2.302585092994
16 16
17float mtof(float f) 17float mtof(float f)
diff --git a/apps/plugins/pdbox/PDa/src/x_arithmetic.c b/apps/plugins/pdbox/PDa/src/x_arithmetic.c
index c3930b1fe8..3512480d05 100644
--- a/apps/plugins/pdbox/PDa/src/x_arithmetic.c
+++ b/apps/plugins/pdbox/PDa/src/x_arithmetic.c
@@ -12,7 +12,7 @@ inputs to int and their outputs back to float. */
12#endif 12#endif
13 13
14#include "m_pd.h" 14#include "m_pd.h"
15#include <math.h> 15#include "../../math.h"
16 16
17 17
18/* MSW and OSX don't appear to have single-precision ANSI math */ 18/* MSW and OSX don't appear to have single-precision ANSI math */