From 70b4e2315885db30082d467d75c874c0d3556803 Mon Sep 17 00:00:00 2001 From: Wolfywolfy Date: Tue, 4 Jun 2024 19:16:49 -0300 Subject: [PATCH] ... --- lib/compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compat.h b/lib/compat.h index d4f56964..95ad127e 100644 --- a/lib/compat.h +++ b/lib/compat.h @@ -349,7 +349,7 @@ struct pollfd { short revents; }; -#if !defined(__amigaos4__) && !defined(__amigaos3__) && !defined(__AROS__) +#if !defined(__amigaos4__) && !defined(__amigaos3__) && !defined(__AROS__) && (defined(__AMIGA__)) struct addrinfo { int ai_flags; /* AI_PASSIVE, AI_CANONNAME */