25 lines
852 B
Diff
25 lines
852 B
Diff
From 9e36b3c28935fb50d43ccef443be786a8e3f8a5f Mon Sep 17 00:00:00 2001
|
|
From: Stephan Hartmann <stha09@googlemail.com>
|
|
Date: Sat, 9 Oct 2021 16:17:34 +0000
|
|
Subject: [PATCH] IWYU: add string.h for memcmp in ui:: DrmRenderNodePathFinder
|
|
|
|
---
|
|
ui/ozone/platform/wayland/gpu/drm_render_node_path_finder.cc | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/ui/ozone/platform/wayland/gpu/drm_render_node_path_finder.cc b/ui/ozone/platform/wayland/gpu/drm_render_node_path_finder.cc
|
|
index 06776a7..d5b7b71 100644
|
|
--- a/ui/ozone/platform/wayland/gpu/drm_render_node_path_finder.cc
|
|
+++ b/ui/ozone/platform/wayland/gpu/drm_render_node_path_finder.cc
|
|
@@ -5,6 +5,7 @@
|
|
#include "ui/ozone/platform/wayland/gpu/drm_render_node_path_finder.h"
|
|
|
|
#include <fcntl.h>
|
|
+#include <string.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/types.h>
|
|
#include <unistd.h>
|
|
--
|
|
2.32.0
|
|
|