From 60029f499e147bb4e03c419e3e7d235cd8120609 Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Sun, 24 Jun 2012 16:56:32 +0200 Subject: [PATCH] amigaos: Add missing include --- src/posix.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/posix.h b/src/posix.h index 76f3b942e..d35fe08a5 100644 --- a/src/posix.h +++ b/src/posix.h @@ -96,6 +96,7 @@ GIT_INLINE(int) p_readdir_r(DIR *dirp, struct dirent *entry, struct dirent **res #endif #ifdef NO_ADDRINFO +# include struct addrinfo { struct hostent *ai_hostent; struct servent *ai_servent;