Bug 1037363 - Unbreak WebRTC on BSDs after bug 1036049. r=jesup

This commit is contained in:
Jan Beich 2014-07-11 03:13:00 -04:00
Родитель d416feecc8
Коммит 7bb4d55796
2 изменённых файлов: 4 добавлений и 6 удалений

Просмотреть файл

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