summaryrefslogtreecommitdiff
path: root/premix.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-02-08 12:27:03 +0100
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-02-08 12:27:03 +0100
commit446f1290eaee36eb97b602360a0967c904aff0b8 (patch)
treede1b13d839c04da9ab543c6900ad78a69087a6b0 /premix.c
parent64d456ab82afa922bb1e2d6a255b7371b60045f1 (diff)
added / updated / corrected COPYING information in the core, aac, alac, adplug; renamed optmath.h to fastftoi.h
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,...)