[Home]

Summary:ASTERISK-05513: [patch] asterisk/file.h now depends upon stdio.h
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2005-11-08 16:53:23.000-0600Date Closed:2005-11-08 17:26:30.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20051108__need_stdio_for_FILE.diff.txt
Description:Since change 1.27 for include/asterisk/file.h, file.h now depends upon FILE being defined, which for some small set of addons, it is not (because they don't include stdio.h).  This corrects this oversight.
Comments:By: Jason Parker (jparker) 2005-11-08 17:18:19.000-0600

Please see the note added by bweschke to ASTERISK-5510.  Putting the include in file.h is a bad idea.

edit: also see ASTERISK-5502.