From ed31a26ebabcd28678aff679093b6e6fba55b67f Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sat, 18 Nov 2017 08:06:06 +0100 Subject: Restructure: Move sample from common code to 'libsample' --- src/libdtmf/dtmf_encode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libdtmf/dtmf_encode.c') diff --git a/src/libdtmf/dtmf_encode.c b/src/libdtmf/dtmf_encode.c index 6413954..53bd1b6 100644 --- a/src/libdtmf/dtmf_encode.c +++ b/src/libdtmf/dtmf_encode.c @@ -20,7 +20,7 @@ #include #include #include -#include "../common/sample.h" +#include "../libsample/sample.h" #include "dtmf_encode.h" #define PI M_PI -- cgit v1.2.3