[asterisk-bugs] [Asterisk 0011299]: frame.h needs stdint.h

noreply at bugs.digium.com noreply at bugs.digium.com
Mon Nov 19 12:08:01 CST 2007


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

Index: include/asterisk/frame.h
===================================================================
--- include/asterisk/frame.h    (revision 89420)
+++ include/asterisk/frame.h    (working copy)
@@ -29,6 +29,7 @@
 extern "C" {
 #endif

+#include <stdint.h>
 #include <sys/types.h>
 #include <sys/time.h>


====================================================================== 

---------------------------------------------------------------------- 
 rizzo - 11-19-07 12:08  
---------------------------------------------------------------------- 
see http://bugs.digium.com/view.php?id=11301 

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




More information about the asterisk-bugs mailing list