From 8ecf30807556ee3f614f4f2e5181dc5bbfbfdf81 Mon Sep 17 00:00:00 2001 From: cypromis Date: Mon, 3 Jan 2011 13:06:25 +0100 Subject: [PATCH] fix basops32.c make the file contain something even if ifdefs fail (which makes suncc fail) --- libs/libg722_1/src/basop32.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/libg722_1/src/basop32.c b/libs/libg722_1/src/basop32.c index 210e1296ec..3a51f45eee 100644 --- a/libs/libg722_1/src/basop32.c +++ b/libs/libg722_1/src/basop32.c @@ -17,9 +17,10 @@ #include #endif +#include + #if defined(G722_1_USE_FIXED_POINT) -#include #include #include