]> mj.ucw.cz Git - pciutils.git/blobdiff - lib/access.c
lib/i386-ports.c: Define _GNU_SOURCE, it's needed by the Hurd module.
[pciutils.git] / lib / access.c
index 5683eac8dd96a7b3e1b9c493024e155c227af2dc..0ee85c13aa454cd8880b0099c6054dcd1a00165a 100644 (file)
@@ -47,6 +47,11 @@ static struct pci_methods *pci_methods[PCI_ACCESS_MAX] = {
 #else
   NULL,
 #endif
+#ifdef PCI_HAVE_PM_OBSD_DEVICE
+  &pm_obsd_device,
+#else
+  NULL,
+#endif
 #ifdef PCI_HAVE_PM_DUMP
   &pm_dump,
 #else