From 2029728ed6d2a88350be945a892d325aebc2eb8d Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Tue, 17 Jan 2023 23:56:04 -0500 Subject: Include mig generated headers to avoid warnings with -Wmissing-prototypes. This also reverts 566c227636481b246d928772ebeaacbc7c37145b and 963b1794d7117064cee8ab5638b329db51dad854 Message-Id: --- kern/syscall_emulation.c | 1 + 1 file changed, 1 insertion(+) (limited to 'kern/syscall_emulation.c') diff --git a/kern/syscall_emulation.c b/kern/syscall_emulation.c index 5a477006..50db1949 100644 --- a/kern/syscall_emulation.c +++ b/kern/syscall_emulation.c @@ -31,6 +31,7 @@ #include #include #include +#include #include /* XXX */ -- cgit v1.2.3