зеркало из https://github.com/mozilla/gecko-dev.git
Bug 939532 - Re-apply lost hunk from bug 807492, forgotten in bd8f1571937f. r=jesup
This commit is contained in:
Родитель
78ca11927c
Коммит
4e080ef7cd
|
@ -18,7 +18,13 @@
|
|||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
//v4l includes
|
||||
#if defined(__DragonFly__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
#include <sys/videoio.h>
|
||||
#elif defined(__sun)
|
||||
#include <sys/videodev2.h>
|
||||
#else
|
||||
#include <linux/videodev2.h>
|
||||
#endif
|
||||
|
||||
#include "webrtc/system_wrappers/interface/ref_count.h"
|
||||
#include "webrtc/system_wrappers/interface/trace.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче