summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-06-21 21:40:32 +0800
committerErik Kundiman <erik@megapahit.org>2024-07-01 13:24:49 +0800
commit29eb87e078a7b744ab651c3d062aaa33984933c2 (patch)
treec6d0b32508d93de81ee72a3c1cdee26b0bc09b51 /indra
parentd5d21452ddaf0d7aa0156a6048e33c1facd1bd79 (diff)
sockaddr_in is defined in netinet/in.h
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llappviewerlinux.cpp1
1 files changed, 1 insertions, 0 deletions
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 <gio/gio.h>
#endif
+#include <netinet/in.h>
#include <resolv.h>
#if (__GLIBC__*1000 + __GLIBC_MINOR__) >= 2034