aboutsummaryrefslogtreecommitdiffstats
path: root/platform
diff options
context:
space:
mode:
authorThomas Heijligen <thomas.heijligen@secunet.com>2022-02-01 00:17:46 +0100
committerNico Huber <nico.h@gmx.de>2022-02-15 00:03:05 +0000
commit6080d488dd195869015a2d76df035d82e6c63da1 (patch)
tree9e25e524ad6de3f8bcb9fbdeb5e1c3b8456137a6 /platform
parentdbefb9730b6b68643dc8e44aeae3ac77a628f93e (diff)
downloadflashrom-6080d488dd195869015a2d76df035d82e6c63da1.tar.gz
flashrom-6080d488dd195869015a2d76df035d82e6c63da1.tar.bz2
flashrom-6080d488dd195869015a2d76df035d82e6c63da1.zip
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 <thomas.heijligen@secunet.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/61525 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'platform')
-rw-r--r--platform/pci.h2
1 files changed, 1 insertions, 1 deletions
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 <pciutils/pci.h>
+#include <pci.h>
#else
#include <pci/pci.h>
#endif