efiboot/x86: eficons.c: Explicitly include params.h for howmany()
NFC for -current and netbsd-10, but necessary for netbsd-[89] to pull up raw IO serial port support (PR port-amd64/57523).
This commit is contained in:
parent
2bfa62ddeb
commit
3029494a69
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: eficons.c,v 1.13 2023/07/24 01:56:59 rin Exp $ */
|
||||
/* $NetBSD: eficons.c,v 1.14 2023/09/14 03:05:15 rin Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2016 Kimihiro Nonaka <nonaka@netbsd.org>
|
||||
|
@ -26,6 +26,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/bitops.h>
|
||||
#include <sys/stdint.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue