Date: Tue, 15 Oct 2013 13:24:11 +0000 (UTC) From: Aleksandr Rybalko <ray@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r256536 - user/ed/newcons/sys/dev/drm2 Message-ID: <201310151324.r9FDOBbD022894@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ray Date: Tue Oct 15 13:24:10 2013 New Revision: 256536 URL: http://svnweb.freebsd.org/changeset/base/256536 Log: Don't forget to include colors/vt_termcolors.h too. Sponsored by: The FreeBSD Foundation Modified: user/ed/newcons/sys/dev/drm2/drm_fb_helper.c Modified: user/ed/newcons/sys/dev/drm2/drm_fb_helper.c ============================================================================== --- user/ed/newcons/sys/dev/drm2/drm_fb_helper.c Tue Oct 15 13:18:39 2013 (r256535) +++ user/ed/newcons/sys/dev/drm2/drm_fb_helper.c Tue Oct 15 13:24:10 2013 (r256536) @@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$"); #include <dev/drm2/drm_crtc_helper.h> #include <dev/vt/vt.h> +#include <dev/vt/colors/vt_termcolors.h> struct vt_kms_softc { intptr_t sc_paddr;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310151324.r9FDOBbD022894>