aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/freebsd
diff options
context:
space:
mode:
authorStacey Son <sson@FreeBSD.org>2023-09-25 21:26:57 +0300
committerWarner Losh <imp@bsdimp.com>2023-10-03 17:14:07 -0600
commit6765e988e12825e9464a10b6451aeb25b29bfbc3 (patch)
tree3a97c03655b1a3272d56a6a7e38bd0d1d464a779 /bsd-user/freebsd
parentbd2b73182f5a793c1b226a2846c847faaa7b3e9d (diff)
downloadqemu-6765e988e12825e9464a10b6451aeb25b29bfbc3.zip
qemu-6765e988e12825e9464a10b6451aeb25b29bfbc3.tar.gz
qemu-6765e988e12825e9464a10b6451aeb25b29bfbc3.tar.bz2
bsd-user: Introduce bsd-mem.h to the source tree
Preserve the copyright notice and help with the 'Author' info for subsequent changes to the file. Signed-off-by: Stacey Son <sson@FreeBSD.org> Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com> Reviewed-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230925182709.4834-12-kariem.taha2.7@gmail.com>
Diffstat (limited to 'bsd-user/freebsd')
-rw-r--r--bsd-user/freebsd/os-syscall.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsd-user/freebsd/os-syscall.c b/bsd-user/freebsd/os-syscall.c
index c9d34b5..7887ad4 100644
--- a/bsd-user/freebsd/os-syscall.c
+++ b/bsd-user/freebsd/os-syscall.c
@@ -35,6 +35,7 @@
/* BSD independent syscall shims */
#include "bsd-file.h"
+#include "bsd-mem.h"
#include "bsd-proc.h"
/* BSD dependent syscall shims */