mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
19 lines
524 B
C
19 lines
524 B
C
$NetBSD: patch-qemu-xen-traditional_hw_pass-through.h,v 1.1 2013/05/15 06:58:50 jnemeth Exp $
|
|
|
|
--- qemu-xen-traditional/hw/pass-through.h.orig 2012-05-24 15:57:12.000000000 +0200
|
|
+++ qemu-xen-traditional/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"
|