| Summary: | ASTERISK-10813: frame.h needs stdint.h | ||
| Reporter: | Simon Perreault (sperreault) | Labels: | |
| Date Opened: | 2007-11-19 10:30:53.000-0600 | Date Closed: | 2011-06-07 14:07:48 |
| Priority: | Minor | Regression? | No |
| Status: | Closed/Complete | Components: | Core/General |
| Versions: | Frequency of Occurrence | ||
| Related Issues: | |||
| Environment: | Attachments: | ||
| 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> | ||
| Comments: | By: Luigi Rizzo (rizzo) 2007-11-19 12:07:33.000-0600 see explaination to ASTERISK-10815 (which applies to ASTERISK-10811 as well). By: Luigi Rizzo (rizzo) 2007-11-19 12:08:01.000-0600 see ASTERISK-10815 | ||