From decefea2729cb691d06f4c68c0c0d60c039d389f Mon Sep 17 00:00:00 2001 From: Andrey Korolyov Date: Mon, 4 Jan 2016 02:20:04 +0300 Subject: superiotool: fix out-of-box NetBSD Makefile support Add NetBSD-specific locations under pkg/ and missing linker flag for libpciutils. Change-Id: I812817a374aaba561b28d8a22f20d238c9dca32b Signed-off-by: Andrey Korolyov Reviewed-on: https://review.coreboot.org/12830 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- util/superiotool/superiotool.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'util/superiotool/superiotool.h') diff --git a/util/superiotool/superiotool.h b/util/superiotool/superiotool.h index cc87a0ffa5..443cc07b68 100644 --- a/util/superiotool/superiotool.h +++ b/util/superiotool/superiotool.h @@ -34,7 +34,11 @@ #endif #ifdef PCI_SUPPORT +# ifdef __NetBSD__ +#include +# else #include +# endif #endif #if defined(__FreeBSD__) -- cgit v1.2.3