[asterisk-bugs] [Asterisk 0011301]: utils.h needs stdarg.h

noreply at bugs.digium.com noreply at bugs.digium.com
Mon Nov 19 12:06:50 CST 2007


The following issue has been CLOSED 
====================================================================== 
http://bugs.digium.com/view.php?id=11301 
====================================================================== 
Reported By:                sperreault
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   11301
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:36 CST
Last Modified:              11-19-2007 12:06 CST
====================================================================== 
Summary:                    utils.h needs stdarg.h
Description: 
utils.h needs stdarg.h for "va_start".

Index: include/asterisk/utils.h
===================================================================
--- include/asterisk/utils.h    (revision 89420)
+++ include/asterisk/utils.h    (working copy)
@@ -26,6 +26,8 @@
 #include "asterisk/network.h"

 #include <limits.h>
+#include <stdarg.h>
 #include <time.h>      /* we want to override localtime_r */

 #include "asterisk/lock.h"
====================================================================== 

---------------------------------------------------------------------- 
 rizzo - 11-19-07 12:06  
---------------------------------------------------------------------- 
not an issue. including 'asterisk.h' is required before other headers. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-19-07 12:06  rizzo          Status                   new => closed       
11-19-07 12:06  rizzo          Note Added: 0073972                          
======================================================================




More information about the asterisk-bugs mailing list