mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-31 03:19:29 +00:00
Fixed building rtp.hpp on Windows
This commit is contained in:
@ -21,7 +21,11 @@
|
||||
#define WEBRTC_SERVER_RTP_HPP
|
||||
|
||||
#include <cmath>
|
||||
#include <netinet/in.h>
|
||||
#ifdef _WIN32
|
||||
#include <winsock2.h>
|
||||
#else
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
#include <rtc/log.hpp>
|
||||
|
||||
#ifndef htonll
|
||||
|
Reference in New Issue
Block a user