From 6080d488dd195869015a2d76df035d82e6c63da1 Mon Sep 17 00:00:00 2001 From: Thomas Heijligen Date: Tue, 1 Feb 2022 00:17:46 +0100 Subject: platform/pci.h: adapt NetBSD include path to pkg-config The pkg-config include path resolves the pciutils directory. So the include is only the pci.h file. Change-Id: I69dc8184d1d012fb695770cbf6f7c64e5a024453 Signed-off-by: Thomas Heijligen Reviewed-on: https://review.coreboot.org/c/flashrom/+/61525 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Reviewed-by: Angel Pons --- platform/pci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/pci.h b/platform/pci.h index f63529b7..93bc163b 100644 --- a/platform/pci.h +++ b/platform/pci.h @@ -15,7 +15,7 @@ #define index shadow_workaround_index #if defined (__NetBSD__) -#include +#include #else #include #endif -- cgit v1.2.3