| Index: content/common/gpu/media/v4l2_image_processor.cc
|
| diff --git a/content/common/gpu/media/v4l2_image_processor.cc b/content/common/gpu/media/v4l2_image_processor.cc
|
| index 115f605336324809ed56d8faf0bf0c25f855cb12..ff2c110845b95bd6e4bf329e51d4ba90101a3f40 100644
|
| --- a/content/common/gpu/media/v4l2_image_processor.cc
|
| +++ b/content/common/gpu/media/v4l2_image_processor.cc
|
| @@ -2,6 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <errno.h>
|
| #include <fcntl.h>
|
| #include <linux/videodev2.h>
|
| #include <poll.h>
|
|
|