amigaos: Add missing include

This commit is contained in:
Vicent Marti 2012-06-24 16:56:32 +02:00
parent 798e4d53dc
commit 60029f499e

View File

@ -96,6 +96,7 @@ GIT_INLINE(int) p_readdir_r(DIR *dirp, struct dirent *entry, struct dirent **res
#endif
#ifdef NO_ADDRINFO
# include <netdb.h>
struct addrinfo {
struct hostent *ai_hostent;
struct servent *ai_servent;