gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Cli.c and tls_test.c also need to include getaddrinfo.h


From: P
Subject: Cli.c and tls_test.c also need to include getaddrinfo.h
Date: Tue, 14 Apr 2009 13:03:40 +0200

Hi,

Compiling gnutls on AIX, which does not define getaddrinfo() nor the addrinfo 
struct. Compilation fails on cli.c and tls_test.c because the addrinfo-related 
functions and struct are not undefined.

Prefixing both files with '#include "getaddrinfo.h"', it works.

I see in the ChangeLog that it was the same for serv.c. So the include 
directive should also be added to cli.c and tls_test.c.

Regards

Francois




reply via email to

[Prev in Thread] Current Thread [Next in Thread]