diff options
Diffstat (limited to 'apps/plugins/pdbox/PDa/src/x_arithmetic.c')
| -rw-r--r-- | apps/plugins/pdbox/PDa/src/x_arithmetic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pdbox/PDa/src/x_arithmetic.c b/apps/plugins/pdbox/PDa/src/x_arithmetic.c index c3930b1..3512480 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. */ #endif #include "m_pd.h" -#include <math.h> +#include "../../math.h" /* MSW and OSX don't appear to have single-precision ANSI math */ |