mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 09:58:17 +00:00
FS-5956: fix __sputc included twice due to stdio.h inlining issue
This commit is contained in:
@@ -46,6 +46,10 @@
|
||||
#define MATH_H
|
||||
|
||||
#include "datatypes.h"
|
||||
#ifndef SRTP_KERNEL
|
||||
# include <stdio.h>
|
||||
#endif
|
||||
|
||||
|
||||
unsigned char
|
||||
v32_weight(v32_t a);
|
||||
|
Reference in New Issue
Block a user