svn commit: r256536 - user/ed/newcons/sys/dev/drm2

Aleksandr Rybalko ray at FreeBSD.org
Tue Oct 15 13:24:11 UTC 2013


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;


More information about the svn-src-user mailing list