summaryrefslogtreecommitdiff
path: root/premix.c
diff options
context:
space:
mode:
Diffstat (limited to 'premix.c')
-rw-r--r--premix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/premix.c b/premix.c
index 6da7ba00..1456078b 100644
--- a/premix.c
+++ b/premix.c
@@ -30,7 +30,7 @@
#include <stdlib.h>
#include "deadbeef.h"
#include "premix.h"
-#include "optmath.h"
+#include "fastftoi.h"
#define trace(...) { fprintf(stderr, __VA_ARGS__); }
//#define trace(fmt,...)