mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
FS-5956: fix __sputc included twice due to stdio.h inlining issue
This commit is contained in:
@@ -814,7 +814,6 @@ bitvector_get_bit(const bitvector_t *v, int bit_index) {
|
||||
|
||||
}
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int
|
||||
bitvector_print_hex(const bitvector_t *v, FILE *stream) {
|
||||
|
Reference in New Issue
Block a user