summary refs log tree commit diff stats
path: root/plugins/sysinfo/pci.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-21 08:06:09 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-21 08:06:09 +0200
commit62c9375bc9e3d4b9cc8abd5fc1c4cccb621382b5 (patch)
treeffea1b7187742835ff5a45626d1878c5ffbdf6fe /plugins/sysinfo/pci.c
parentbc57507a4ceee92050a5eb8ac17dfd8b5d264b7a (diff)
Compilation fixes and integration with HexChat
Diffstat (limited to 'plugins/sysinfo/pci.c')
-rw-r--r--plugins/sysinfo/pci.c2
1 files changed, 2 insertions, 0 deletions
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 <pci/pci.h>
 #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 */