From d93a74362e1ef3c6a5cc1b7bd90bfde00c6ffaab Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 20 Jul 1997 11:28:41 +0000 Subject: #include in the one place in pcvt that it is used instead of centrally. --- sys/i386/isa/pcvt/pcvt_drv.c | 6 ++++++ sys/i386/isa/pcvt/pcvt_hdr.h | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sys') diff --git a/sys/i386/isa/pcvt/pcvt_drv.c b/sys/i386/isa/pcvt/pcvt_drv.c index 35616fe..2af6ddb 100644 --- a/sys/i386/isa/pcvt/pcvt_drv.c +++ b/sys/i386/isa/pcvt/pcvt_drv.c @@ -90,6 +90,12 @@ static void *pcvt_devfs_token[MAXCONS]; #endif /*DEVFS*/ +#if PCVT_FREEBSD >= 200 +#include +#else +#include "machine/stdarg.h" +#endif + extern int getchar __P((void)); #if PCVT_NETBSD diff --git a/sys/i386/isa/pcvt/pcvt_hdr.h b/sys/i386/isa/pcvt/pcvt_hdr.h index 533e588..3578109 100644 --- a/sys/i386/isa/pcvt/pcvt_hdr.h +++ b/sys/i386/isa/pcvt/pcvt_hdr.h @@ -151,12 +151,6 @@ #endif /* PCVT_FREEBSD >= 200 */ #endif /* PCVT_NETBSD <= 9 */ -#if PCVT_FREEBSD >= 200 -#include -#else -#include "machine/stdarg.h" -#endif - #if PCVT_NETBSD > 9 #include #elif PCVT_FREEBSD >= 200 -- cgit v1.1