pkgsrc-ng/chat/hexchat/patches/patch-plugins_sysinfo_parse.c
2016-01-21 23:40:00 +01:00

16 lines
387 B
C

$NetBSD: patch-plugins_sysinfo_parse.c,v 1.1 2015/02/15 17:41:24 khorben Exp $
Fix header location for pkgsrc.
--- plugins/sysinfo/parse.c.orig 2014-06-01 16:11:26.000000000 +0000
+++ plugins/sysinfo/parse.c
@@ -28,7 +28,7 @@
#include <time.h>
#include <dirent.h>
#include <sys/types.h>
-#include <pci/header.h>
+#include <pciutils/header.h>
#include "pci.h"
#include "match.h"