From 6dd7284ac5cec94a487490e98a56d09fa1372e17 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Mon, 22 Mar 2010 23:18:52 +0000 Subject: [PATCH] including spandsp.h instead of individual header (which needs SPAN_DECLARE anyway in newer version) git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1702 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/plug-in/g722/g722.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/plug-in/g722/g722.c b/core/plug-in/g722/g722.c index c0a6d6ff..b1d95cd3 100644 --- a/core/plug-in/g722/g722.c +++ b/core/plug-in/g722/g722.c @@ -28,7 +28,8 @@ typedef unsigned char uint8_t; typedef signed short int16_t; -#include "spandsp/g722.h" + +#include #include "../../log.h"