| Index: content/common/gpu/media/generic_v4l2_device.cc
|
| diff --git a/content/common/gpu/media/generic_v4l2_device.cc b/content/common/gpu/media/generic_v4l2_device.cc
|
| index b784899cfd02cec85c3ff60b34a892137d05ff9a..f795cb910d6cf293d9e6b500792fa2e89910f99a 100644
|
| --- a/content/common/gpu/media/generic_v4l2_device.cc
|
| +++ b/content/common/gpu/media/generic_v4l2_device.cc
|
| @@ -3,6 +3,7 @@
|
| // found in the LICENSE file.
|
| //
|
|
|
| +#include <errno.h>
|
| #include <fcntl.h>
|
| #include <libdrm/drm_fourcc.h>
|
| #include <linux/videodev2.h>
|
|
|