From 7ea3bc188df54a4dbe3026bc30ed39a5cded8fdb Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Fri, 27 Jan 2017 16:57:34 +0100 Subject: Move samples of int16_t format to sample_t, that is of type double This prepares the correction of all levels --- src/amps/frame.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/amps/frame.c') diff --git a/src/amps/frame.c b/src/amps/frame.c index 478739b..ea98c18 100644 --- a/src/amps/frame.c +++ b/src/amps/frame.c @@ -26,6 +26,7 @@ #include #include #include +#include "../common/sample.h" #include "../common/debug.h" #include "../common/timer.h" #include "amps.h" -- cgit v1.2.3