From 9f62b74aa725e90da57377ebd8a5493248604271 Mon Sep 17 00:00:00 2001 From: niklas Date: Fri, 21 Mar 1997 00:44:18 +0000 Subject: [PATCH] Instead of explicit extern, include the include file which should do it --- sys/ddb/db_output.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/ddb/db_output.c b/sys/ddb/db_output.c index bd89c7378cc..237f6b1f043 100644 --- a/sys/ddb/db_output.c +++ b/sys/ddb/db_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_output.c,v 1.8 1996/08/04 01:27:46 niklas Exp $ */ +/* $OpenBSD: db_output.c,v 1.9 1997/03/21 00:44:18 niklas Exp $ */ /* $NetBSD: db_output.c,v 1.13 1996/04/01 17:27:14 christos Exp $ */ /* @@ -43,6 +43,7 @@ #include #include #include +#include #include #include @@ -200,7 +201,6 @@ db_print_position() /* * Printing */ -extern int db_radix; /*VARARGS1*/ int -- 2.20.1