[asterisk-bugs] [Asterisk 0011298]: abstract_jb.h needs stdio.h
noreply at bugs.digium.com
noreply at bugs.digium.com
Mon Nov 19 12:09:24 CST 2007
The following issue has been CLOSED
======================================================================
http://bugs.digium.com/view.php?id=11298
======================================================================
Reported By: sperreault
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 11298
Category: Core-General
Reproducibility: always
Severity: tweak
Priority: normal
Status: closed
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 89420
Disclaimer on File?: N/A
Request Review:
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 11-19-2007 10:26 CST
Last Modified: 11-19-2007 12:09 CST
======================================================================
Summary: abstract_jb.h needs stdio.h
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
======================================================================
----------------------------------------------------------------------
rizzo - 11-19-07 12:09
----------------------------------------------------------------------
not an issue, see http://bugs.digium.com/view.php?id=11301
Issue History
Date Modified Username Field Change
======================================================================
11-19-07 12:09 rizzo Status new => closed
11-19-07 12:09 rizzo Note Added: 0073977
======================================================================
More information about the asterisk-bugs
mailing list