fix basops32.c make the file contain something even if ifdefs fail (which makes suncc fail)

This commit is contained in:
cypromis 2011-01-03 13:06:25 +01:00
parent 2632af929d
commit 8ecf308075
1 changed files with 2 additions and 1 deletions

View File

@ -17,9 +17,10 @@
#include <config.h>
#endif
#include <inttypes.h>
#if defined(G722_1_USE_FIXED_POINT)
#include <inttypes.h>
#include <stdlib.h>
#include <stdio.h>