From 62c9375bc9e3d4b9cc8abd5fc1c4cccb621382b5 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 21 Oct 2012 08:06:09 +0200 Subject: Compilation fixes and integration with HexChat --- plugins/sysinfo/pci.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/sysinfo/pci.c') diff --git a/plugins/sysinfo/pci.c b/plugins/sysinfo/pci.c index 21f23c3e..221df850 100644 --- a/plugins/sysinfo/pci.c +++ b/plugins/sysinfo/pci.c @@ -27,6 +27,8 @@ #include #include "xsys.h" +#define PCIIDS "/usr/share/misc/pci.ids" + static struct pci_filter filter; /* Device filter */ static struct pci_access *pacc; int bus, dev, func; /* Location of the card */ -- cgit 1.4.1