mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
qemu 7.1.X has been released and in preperation of updating emulators/qemu to latest version emulators/qemu has been moved to a new port.
12 lines
384 B
C
12 lines
384 B
C
--- bsd-user/host/i386/host-signal.h.orig 2022-09-08 16:00:45 UTC
|
|
+++ bsd-user/host/i386/host-signal.h
|
|
@@ -9,6 +9,9 @@
|
|
#ifndef I386_HOST_SIGNAL_H
|
|
#define I386_HOST_SIGNAL_H
|
|
|
|
+#if defined(__FreeBSD__) || defined(__DragonFly__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
|
+#include <sys/param.h>
|
|
+#endif
|
|
#include <sys/ucontext.h>
|
|
#include <machine/trap.h>
|
|
#include <vm/pmap.h>
|