Fixed building rtp.hpp on Windows

This commit is contained in:
Staz M
2020-11-12 17:54:29 -05:00
parent ae2abfebad
commit a5eb653064

View File

@ -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