mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
No Issue - Fix FreeBSD build failure with WebRTC enabled.
This commit is contained in:
parent
7c9215f958
commit
3c3456cc61
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#ifndef LINUX
|
#ifndef LINUX
|
||||||
#include <net/if.h>
|
#include <net/if.h>
|
||||||
#if !defined(__OpenBSD__) && !defined(__NetBSD__)
|
#if !defined(__OpenBSD__) && !defined(__NetBSD__) && !defined(__FreeBSD__)
|
||||||
#include <net/if_var.h>
|
#include <net/if_var.h>
|
||||||
#endif
|
#endif
|
||||||
#include <net/if_dl.h>
|
#include <net/if_dl.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue