From 5b162053ab6618188ff824e079600d9fc48fdb54 Mon Sep 17 00:00:00 2001 From: Thorsten Lockert Date: Sat, 21 Sep 1996 22:06:56 +0000 Subject: Need to include here when no weak symbols. --- lib/libtermlib/vidattr.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lib/libtermlib') diff --git a/lib/libtermlib/vidattr.c b/lib/libtermlib/vidattr.c index 54a9ea4fbe3..58f1d89b04a 100644 --- a/lib/libtermlib/vidattr.c +++ b/lib/libtermlib/vidattr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vidattr.c,v 1.3 1996/09/21 21:47:50 tholo Exp $ */ +/* $OpenBSD: vidattr.c,v 1.4 1996/09/21 22:06:55 tholo Exp $ */ /* * Copyright (c) 1996 SigmaSoft, Th. Lockert @@ -31,7 +31,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: vidattr.c,v 1.3 1996/09/21 21:47:50 tholo Exp $"; +static char rcsid[] = "$OpenBSD: vidattr.c,v 1.4 1996/09/21 22:06:55 tholo Exp $"; #endif #include @@ -40,6 +40,9 @@ static char rcsid[] = "$OpenBSD: vidattr.c,v 1.3 1996/09/21 21:47:50 tholo Exp $ __indr_reference(_vidattr, vidattr); #else +#include +#include "term.h" + #undef vidattr #define _vidattr vidattr -- cgit v1.2.3