mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-03 09:21:29 +00:00
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>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <inttypes.h>
|
||||||
|
|
||||||
#if defined(G722_1_USE_FIXED_POINT)
|
#if defined(G722_1_USE_FIXED_POINT)
|
||||||
|
|
||||||
#include <inttypes.h>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user