summaryrefslogtreecommitdiff
path: root/chat/hexchat/patches/patch-plugins_sysinfo_unix_parse.c
blob: 0270d7ed8bcd7c5ed13a93d88a540bd3f5bdca1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-plugins_sysinfo_unix_parse.c,v 1.1 2016/08/16 08:30:14 tnn Exp $

Fix header location for pkgsrc.

--- plugins/sysinfo/unix/parse.c.orig	2016-03-20 01:05:19.000000000 +0000
+++ plugins/sysinfo/unix/parse.c
@@ -23,7 +23,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <ctype.h>
-#include <pci/header.h>
+#include <pciutils/header.h>
 #include <glib.h>
 
 #ifdef __sparc__