From 963b1794d7117064cee8ab5638b329db51dad854 Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Tue, 10 Jan 2023 01:00:37 -0500 Subject: Preemptively fix warnings that will be caused by -Wmissing-prototypes Declared RPCs in ipc/mach_port.c and ddb/db_ext_symtab.c in their corresponding headers. Ideally these should be used by mig instead of mig declaring its own prototypes. Message-Id: --- ddb/db_ext_symtab.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ddb/db_ext_symtab.c') diff --git a/ddb/db_ext_symtab.c b/ddb/db_ext_symtab.c index e1bdfd8b..9c89fb95 100644 --- a/ddb/db_ext_symtab.c +++ b/ddb/db_ext_symtab.c @@ -35,6 +35,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3