From 29eb87e078a7b744ab651c3d062aaa33984933c2 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Fri, 21 Jun 2024 21:40:32 +0800 Subject: sockaddr_in is defined in netinet/in.h --- indra/newview/llappviewerlinux.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/llappviewerlinux.cpp b/indra/newview/llappviewerlinux.cpp index e221c3f1e2..c1e8f38c51 100644 --- a/indra/newview/llappviewerlinux.cpp +++ b/indra/newview/llappviewerlinux.cpp @@ -43,6 +43,7 @@ #if LL_GLIB #include #endif +#include #include #if (__GLIBC__*1000 + __GLIBC_MINOR__) >= 2034 -- cgit v1.2.3