diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-08-02 20:05:15 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-08-03 19:33:03 +0800 |
commit | 1ebb604236b984c35c52d05f6d87f256b7f49e02 (patch) | |
tree | d29410b77d255bfdafd30bd655538465576f1e4b /indra/newview/llvoicevivox.h | |
parent | ad9e004037349b75b992c142c1cbcff50765ba6c (diff) |
Disable WebRTC on FreeBSD
Vivox even got broken here. But at least this port is still very
much alive. WebRTC is not going to kill our FreeBSD port.
Diffstat (limited to 'indra/newview/llvoicevivox.h')
-rw-r--r-- | indra/newview/llvoicevivox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h index 64c2c87db6..c2981b301d 100644 --- a/indra/newview/llvoicevivox.h +++ b/indra/newview/llvoicevivox.h @@ -39,6 +39,8 @@ class LLVivoxProtocolParser; #include "llcallingcard.h" // for LLFriendObserver #include "lleventcoro.h" #include "llcoros.h" +#include "llparcel.h" +#include "llmutelist.h" #include <queue> #ifdef LL_USESYSTEMLIBS |