tuck in include inside ifdef, from Ryosuke Moro
This commit is contained in:
parent
ea1659ca7d
commit
77ce9d3cb9
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: consinit.c,v 1.29 2019/05/24 14:28:48 nonaka Exp $ */
|
/* $NetBSD: consinit.c,v 1.30 2019/05/26 00:30:35 christos Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1998
|
* Copyright (c) 1998
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: consinit.c,v 1.29 2019/05/24 14:28:48 nonaka Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: consinit.c,v 1.30 2019/05/26 00:30:35 christos Exp $");
|
||||||
|
|
||||||
#include "opt_kgdb.h"
|
#include "opt_kgdb.h"
|
||||||
#include "opt_puc.h"
|
#include "opt_puc.h"
|
||||||
|
@ -92,8 +92,8 @@ __KERNEL_RCSID(0, "$NetBSD: consinit.c,v 1.29 2019/05/24 14:28:48 nonaka Exp $")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef XEN
|
#ifndef XEN
|
||||||
#include "hvkbd.h"
|
|
||||||
#if NHVKBD > 0
|
#if NHVKBD > 0
|
||||||
|
#include "hvkbd.h"
|
||||||
#include <dev/hyperv/hvkbdvar.h>
|
#include <dev/hyperv/hvkbdvar.h>
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue