summaryrefslogtreecommitdiff
path: root/src/code/graph.c
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2025-04-05 19:16:52 -0400
committerGitHub <noreply@github.com>2025-04-05 19:16:52 -0400
commit5133db15a3d3f554e7936a600ff358a6aa38540a (patch)
treeb94d427b1ae5dff84d73812ad02c984b763564d8 /src/code/graph.c
parent1beeff96583e30f6a61960446a97b3583ff2ac73 (diff)
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
Diffstat (limited to 'src/code/graph.c')
-rw-r--r--src/code/graph.c1
1 files changed, 1 insertions, 0 deletions
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"