[Home]

Summary:ASTERISK-06066: compile problem on freebsd 4.11 - missing header <stdint.h>
Reporter:Luigi Rizzo (rizzo)Labels:
Date Opened:2006-01-12 11:45:15.000-0600Date Closed:2006-01-12 14:19:09.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:the newly introduced file udptl.c does not compile on FreeBSD 4.11 because
stdint.h does not exist there.
Removing the #include fixes the problem.
There are no <stdint.h> anywhere else in the source tree so i
suspect this is an acceptable fix (maybe some platforms might
require to include <sys/types.h> if not included already
through some of the other files.
Comments:By: Matthew Fredrickson (mattf) 2006-01-12 13:13:24.000-0600

What happens if you compile it without stdint.h included?  I don't think we use anything from it.

By: Tilghman Lesher (tilghman) 2006-01-12 14:19:09.000-0600

Fixed in rev 8038