mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
as local patches in pciutils-2.2.6 (see sysutils/pciutils/Makefile 1.10). Approved by: maintainer, miwi
15 lines
315 B
C
15 lines
315 B
C
--- lib/pci.h.orig Thu Oct 30 15:57:58 2003
|
|
+++ lib/pci.h Thu Oct 30 16:04:23 2003
|
|
@@ -9,9 +9,9 @@
|
|
#ifndef _PCI_LIB_H
|
|
#define _PCI_LIB_H
|
|
|
|
-#include "config.h"
|
|
-#include "header.h"
|
|
-#include "types.h"
|
|
+#include <pci/config.h>
|
|
+#include <pci/header.h>
|
|
+#include <pci/types.h>
|
|
|
|
#define PCI_LIB_VERSION 0x020204
|
|
|