4fd677b1f6
- Convert FreeBSD 12 extra patch to a normal patch Changes: https://github.com/pciutils/pciutils/blob/master/ChangeLog
17 lines
305 B
C
17 lines
305 B
C
--- lib/pci.h.orig 2023-05-01 13:00:07 UTC
|
|
+++ lib/pci.h
|
|
@@ -10,11 +10,11 @@
|
|
#define _PCI_LIB_H
|
|
|
|
#ifndef PCI_CONFIG_H
|
|
-#include "config.h"
|
|
+#include "pci/config.h"
|
|
#endif
|
|
|
|
-#include "header.h"
|
|
-#include "types.h"
|
|
+#include "pci/header.h"
|
|
+#include "pci/types.h"
|
|
|
|
#define PCI_LIB_VERSION 0x030a00
|
|
|