aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/echo.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-03-22 07:05:40 -0700
committerChris Robinson <[email protected]>2018-03-22 07:05:40 -0700
commit7a23330ffe34c0d04f882fdb45f68733ba49659d (patch)
tree54da49d0382b96ad9693a5d4051210e4210120fb /Alc/effects/echo.c
parent6ea3b5445fc574c8c18ae88d6f853dfb8c14ef1e (diff)
Move the filter implementation to a separate directory
Diffstat (limited to 'Alc/effects/echo.c')
-rw-r--r--Alc/effects/echo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/effects/echo.c b/Alc/effects/echo.c
index 34010c47..10e00f39 100644
--- a/Alc/effects/echo.c
+++ b/Alc/effects/echo.c
@@ -28,6 +28,7 @@
#include "alAuxEffectSlot.h"
#include "alError.h"
#include "alu.h"
+#include "filters/defs.h"
typedef struct ALechoState {