mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 19:24:22 -04:00
16 lines
387 B
C
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"
|