From 7a23330ffe34c0d04f882fdb45f68733ba49659d Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 22 Mar 2018 07:05:40 -0700 Subject: Move the filter implementation to a separate directory --- Alc/effects/echo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Alc/effects/echo.c') 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 { -- cgit v1.2.3