Kristijan Vrban ha scritto:
> Ok, it found the problem. The order of the include lines must be changed 
> to this in the chan_iax.c  
> 
>    29 #include <stdlib.h>
>    30 #include <stdio.h>
>    31 #include <sys/types.h>
>    32 #include <sys/mman.h>
>    33 #include <dirent.h>
>    34 #include <sys/socket.h>
>    35 #include <netinet/in.h>
>    36 #include <arpa/inet.h>
>    37 #include <netinet/in_systm.h>
>    38 #include <netinet/ip.h>
>    39 #include <sys/time.h>
>    40 #include <sys/signal.h>
>    41 #include <signal.h>
>    42 #include <string.h>
>    43 #include <strings.h>
>    44 #include <errno.h>
>    45 #include <unistd.h>
>    46 #include <netdb.h>
>    47 #include <fcntl.h>
>    48 #include <sys/stat.h>
>    49 #include <regex.h>
> 
Usually a diff (man diff or svn diff in inside a svn tree) is 
preferrable and required.

Applied in #4198, thanks.

Max
_______________________________________________
Callweaver-users mailing list
[email protected]
http://lists.callweaver.org/mailman/listinfo/callweaver-users

Reply via email to