bhyve: Fix compile

We need err.h

Fixes:	5cf21e48cc ("bhyve: use a fixed 32 bit BAR base address")
Sponsored by:	Bechoff Automation GmbH & Co. KG
This commit is contained in:
Emmanuel Vadot 2021-11-22 17:13:09 +01:00
parent fe66bcf9ff
commit fc7207c877

View File

@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$");
#include <sys/linker_set.h>
#include <ctype.h>
#include <err.h>
#include <errno.h>
#include <pthread.h>
#include <stdio.h>