From 1cd5e91532edf58961900d7d59cd3299a0036f41 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Mon, 9 Aug 1999 06:50:07 +0000 Subject: [PATCH] This uses an SLIST_ENTRY and breaks the build without sys/queue.h. Commit this until bde and friends finish arguing over what to do instead. :) --- sys/sys/tty.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/sys/tty.h b/sys/sys/tty.h index 8da94c0e142f..63a49e90417c 100644 --- a/sys/sys/tty.h +++ b/sys/sys/tty.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)tty.h 8.6 (Berkeley) 1/21/94 - * $Id: tty.h,v 1.45 1999/08/08 19:47:26 phk Exp $ + * $Id: tty.h,v 1.46 1999/08/08 20:24:48 phk Exp $ */ #ifndef _SYS_TTY_H_ @@ -44,6 +44,7 @@ #include #include /* For struct selinfo. */ +#include /* * Clists are character lists, which is a variable length linked list