From 5133db15a3d3f554e7936a600ff358a6aa38540a Mon Sep 17 00:00:00 2001 From: fig02 Date: Sat, 5 Apr 2025 19:16:52 -0400 Subject: Remove functions.h (#2501) * split most of functions.h * osdriverominit * forgot include * fix * remove functions.h * temporary fix for fix_bss * fix bss * revert fix_bss.py change --- src/code/graph.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/code/graph.c') diff --git a/src/code/graph.c b/src/code/graph.c index a20c64e1f..8fe664dec 100644 --- a/src/code/graph.c +++ b/src/code/graph.c @@ -15,6 +15,7 @@ #include "regs.h" #include "setup_state.h" #include "speed_meter.h" +#include "sys_cfb.h" #include "sys_debug_controller.h" #include "sys_ucode.h" #include "terminal.h" -- cgit v1.2.3