| Index: content/common/gpu/media/v4l2_device.cc
|
| diff --git a/content/common/gpu/media/v4l2_device.cc b/content/common/gpu/media/v4l2_device.cc
|
| index 33f966070d20189956c9885cc0438179e154d00e..b277f6b8c989802ff4d77845162492a0219313a0 100644
|
| --- a/content/common/gpu/media/v4l2_device.cc
|
| +++ b/content/common/gpu/media/v4l2_device.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include <libdrm/drm_fourcc.h>
|
| #include <linux/videodev2.h>
|
| +#include <string.h>
|
|
|
| #include "base/numerics/safe_conversions.h"
|
| #include "build/build_config.h"
|
|
|