From 887103e83b48a77ff9ce34b5ae95b0cd3948269c Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 2 Jan 2008 18:21:04 +0000 Subject: and now just to keep the libresample party going... if the functions from libresample are going to be in the main Asterisk binary, it makes sense for the header that defines them to be available without any special CFLAGS and to out-of-tree modules building against /usr/include/asterisk git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95894 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- codecs/codec_resample.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'codecs/codec_resample.c') diff --git a/codecs/codec_resample.c b/codecs/codec_resample.c index 66d60169d..76641ce50 100644 --- a/codecs/codec_resample.c +++ b/codecs/codec_resample.c @@ -39,8 +39,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/module.h" #include "asterisk/translate.h" - -#include "libresample.h" +#include "asterisk/libresample.h" #include "slin_resample_ex.h" -- cgit v1.2.3