зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1037363 - Unbreak WebRTC on BSDs after bug 1036049. r=jesup
This commit is contained in:
Родитель
d416feecc8
Коммит
7bb4d55796
|
@ -12,9 +12,8 @@
|
|||
|
||||
#ifdef WIN32
|
||||
#include <winsock2.h>
|
||||
#endif
|
||||
#ifdef WEBRTC_LINUX
|
||||
#include <netinet/in.h>
|
||||
#else
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
#include "webrtc/modules/rtp_rtcp/source/rtp_format_h264.h"
|
||||
|
|
|
@ -15,9 +15,8 @@
|
|||
|
||||
#ifdef WIN32
|
||||
#include <winsock2.h>
|
||||
#endif
|
||||
#ifdef WEBRTC_LINUX
|
||||
#include <netinet/in.h>
|
||||
#else
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
#include "webrtc/modules/rtp_rtcp/interface/rtp_payload_registry.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче