aboutsummaryrefslogtreecommitdiff
path: root/externals/vanilla/rsqrt~.c
diff options
context:
space:
mode:
Diffstat (limited to 'externals/vanilla/rsqrt~.c')
-rw-r--r--externals/vanilla/rsqrt~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/vanilla/rsqrt~.c b/externals/vanilla/rsqrt~.c
index ce558f5c..e84f4c31 100644
--- a/externals/vanilla/rsqrt~.c
+++ b/externals/vanilla/rsqrt~.c
@@ -2,7 +2,7 @@
* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
-#include "d_math.h"
+#include "e_sqrt.h"
#include "m_pd.h"
#include <math.h>