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: --- Makefrag.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefrag.am') diff --git a/Makefrag.am b/Makefrag.am index e2b4a3ba..8a82caee 100644 --- a/Makefrag.am +++ b/Makefrag.am @@ -170,6 +170,7 @@ libkernel_a_SOURCES += \ kern/log2.h \ kern/mach_clock.c \ kern/mach_clock.h \ + kern/mach_debug.h \ kern/mach_factor.c \ kern/mach_factor.h \ kern/machine.c \ -- cgit v1.2.3