[Home]

Summary:ASTERISK-02452: res/res_agi.c doesn't compile
Reporter:tih (tih)Labels:
Date Opened:2004-09-23 13:08:17Date Closed:2004-09-25 02:01:39
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The latest modification to res/res_agi.c has it calling socket(AF_INET, SOCK_STREAM, 0), but without including <sys/socket.h> first. To fix, just add the proper #include.
Comments:By: James Golovich (jamesgolovich) 2004-09-23 14:08:32

Fixed in CVS.  Thanks!