mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 06:26:12 -04:00
19 lines
505 B
C
19 lines
505 B
C
$NetBSD: patch-ioemu-qemu-xen_hw_pass-through.h,v 1.1 2012/05/29 15:01:34 bouyer Exp $
|
|
|
|
--- ioemu-qemu-xen/hw/pass-through.h.orig 2012-05-24 15:57:12.000000000 +0200
|
|
+++ ioemu-qemu-xen/hw/pass-through.h 2012-05-24 15:58:46.000000000 +0200
|
|
@@ -20,8 +20,13 @@
|
|
|
|
#include "hw.h"
|
|
#include "pci.h"
|
|
+#ifdef __NetBSD__
|
|
+#include "pciutils/header.h"
|
|
+#include "pciutils/pci.h"
|
|
+#else
|
|
#include "pci/header.h"
|
|
#include "pci/pci.h"
|
|
+#endif
|
|
#include "exec-all.h"
|
|
#include "sys-queue.h"
|
|
#include "qemu-timer.h"
|