[Home]

Summary:ASTERISK-10812: abstract_jb.h needs stdio.h
Reporter:Simon Perreault (sperreault)Labels:
Date Opened:2007-11-19 10:26:16.000-0600Date Closed:2011-06-07 14:07:50
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:abstract_jb.h needs stdio.h for "FILE".

Index: include/asterisk/abstract_jb.h
===================================================================
--- include/asterisk/abstract_jb.h (revision 89420)
+++ include/asterisk/abstract_jb.h (working copy)
@@ -32,6 +32,8 @@

#include <sys/time.h>

+#include <stdio.h>
+
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
#endif
Comments:By: Luigi Rizzo (rizzo) 2007-11-19 12:09:24.000-0600

not an issue, see ASTERISK-10815