From bcadf93455899f1d8f1ca4e78d99d0e2910316eb Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 12 Sep 2006 18:31:15 +0000 Subject: [PATCH] small 711 tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2666 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/codecs/mod_g711/Makefile | 2 +- src/mod/codecs/mod_g711/mod_g711.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mod/codecs/mod_g711/Makefile b/src/mod/codecs/mod_g711/Makefile index f9e48327e1..347d43204a 100644 --- a/src/mod/codecs/mod_g711/Makefile +++ b/src/mod/codecs/mod_g711/Makefile @@ -1,4 +1,4 @@ -CFLAGS += -I$(BASE)/libs/codec/g7xx/src/include/g7xx +CFLAGS += -I$(BASE)/libs/codec/g7xx/src/include all: $(MODNAME).$(DYNAMIC_LIB_EXTEN) $(MODNAME).$(DYNAMIC_LIB_EXTEN): $(MODNAME).c diff --git a/src/mod/codecs/mod_g711/mod_g711.c b/src/mod/codecs/mod_g711/mod_g711.c index cfe6c32c9b..6be2ab432a 100644 --- a/src/mod/codecs/mod_g711/mod_g711.c +++ b/src/mod/codecs/mod_g711/mod_g711.c @@ -30,7 +30,7 @@ * */ #include -#include "g711.h" +#include static const char modname[] = "mod_g711";