svn commit: r340203 - head/sys/kern

Mark Johnston markj at FreeBSD.org
Tue Nov 6 21:47:24 UTC 2018


Author: markj
Date: Tue Nov  6 21:47:22 2018
New Revision: 340203
URL: https://svnweb.freebsd.org/changeset/base/340203

Log:
  We need opt_stack.h after r339605.
  
  Reviewed by:	cem
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/kern/tty_info.c

Modified: head/sys/kern/tty_info.c
==============================================================================
--- head/sys/kern/tty_info.c	Tue Nov  6 20:46:00 2018	(r340202)
+++ head/sys/kern/tty_info.c	Tue Nov  6 21:47:22 2018	(r340203)
@@ -45,6 +45,8 @@
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
 
+#include "opt_stack.h"
+
 #include <sys/param.h>
 #include <sys/cons.h>
 #include <sys/kdb.h>


More information about the svn-src-head mailing list