FS-5956: fix __sputc included twice due to stdio.h inlining issue

This commit is contained in:
Michael Jerris
2014-01-29 11:39:03 -05:00
parent 623e1ec595
commit f6cd2945a9
5 changed files with 10 additions and 2 deletions
+3
View File
@@ -47,6 +47,9 @@
#endif
#include "err.h"
#ifndef SRTP_KERNEL
# include <stdio.h>
#endif
#ifdef ERR_REPORTING_SYSLOG
# ifdef HAVE_SYSLOG_H