fix basops32.c make the file contain something even if ifdefs fail (which makes suncc fail)
This commit is contained in:
parent
2632af929d
commit
8ecf308075
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue