Bug 939532 - Re-apply lost hunk from bug 807492, forgotten in bd8f1571937f. r=jesup

This commit is contained in:
Jan Beich 2013-11-17 18:56:17 +01:00
Родитель 78ca11927c
Коммит 4e080ef7cd
1 изменённых файлов: 6 добавлений и 0 удалений

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

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