From 0643695cab59e3d144b65927c16c58e8486f513c Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 12 Sep 2006 17:50:17 +0000 Subject: [PATCH] update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2664 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/codecs/mod_g711/mod_g711.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/codecs/mod_g711/mod_g711.c b/src/mod/codecs/mod_g711/mod_g711.c index 1332d3c5f1..cfe6c32c9b 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 "tmp.h" +#include "g711.h" static const char modname[] = "mod_g711";