
2 Oct
2023
2 Oct
'23
3:15 a.m.
Some files may include this header file without first including dm.h so add a forward declaration.
Signed-off-by: Simon Glass sjg@chromium.org ---
include/cedit.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/cedit.h b/include/cedit.h index f43cafa5aa24..f9a4a6d9e8eb 100644 --- a/include/cedit.h +++ b/include/cedit.h @@ -12,6 +12,7 @@ struct abuf; struct expo; struct scene; +struct udevice; struct video_priv;
enum {
--
2.42.0.582.g8ccd20d70d-goog