From b0e9412e2c9116e1c6dd77b99befeb7be1995866 Mon Sep 17 00:00:00 2001 From: fig02 Date: Wed, 23 Apr 2025 23:45:02 -0400 Subject: [PATCH] fix2 --- src/n64dd/z_n64dd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/n64dd/z_n64dd.c b/src/n64dd/z_n64dd.c index 9d6e54ea72..ca9ad4d15d 100644 --- a/src/n64dd/z_n64dd.c +++ b/src/n64dd/z_n64dd.c @@ -2,6 +2,7 @@ // threads and provides functions to submit commands to them. #include "libc64/sleep.h" #include "fault.h" +#include "gfx.h" #include "irqmgr.h" #include "line_numbers.h" #include "n64dd.h"