Module Name: src Committed By: riastradh Date: Sun Dec 19 11:01:01 UTC 2021
Modified Files: src/sys/dev/videomode: edidvar.h Log Message: Need <dev/videomode/videomode.h> for struct videomode. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/videomode/edidvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/videomode/edidvar.h diff -u src/sys/dev/videomode/edidvar.h:1.4 src/sys/dev/videomode/edidvar.h:1.5 --- src/sys/dev/videomode/edidvar.h:1.4 Sun Dec 19 11:00:55 2021 +++ src/sys/dev/videomode/edidvar.h Sun Dec 19 11:01:01 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: edidvar.h,v 1.4 2021/12/19 11:00:55 riastradh Exp $ */ +/* $NetBSD: edidvar.h,v 1.5 2021/12/19 11:01:01 riastradh Exp $ */ /*- * Copyright (c) 2006 Itronix Inc. @@ -34,6 +34,8 @@ #ifndef _DEV_VIDEOMODE_EDIDVAR_H #define _DEV_VIDEOMODE_EDIDVAR_H +#include <dev/videomode/videomode.h> + struct edid_chroma { uint16_t ec_redx; uint16_t ec_redy;