From eff27e0d6a18350cfd7ad226cacc538c15f49995 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 8 Jan 2024 14:38:23 -0800 Subject: =?UTF-8?q?Fix=20warning:=20no=20previous=20prototype=20for=20?= =?UTF-8?q?=E2=80=98G80ExaInit=E2=80=99=20[-Wmissing-prototypes]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alan Coopersmith --- src/g80_exa.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/g80_exa.c b/src/g80_exa.c index 0555cc6..a34d17e 100644 --- a/src/g80_exa.c +++ b/src/g80_exa.c @@ -28,6 +28,7 @@ #include "g80_type.h" #include "g80_dma.h" +#include "g80_exa.h" #include "g80_xaa.h" static void -- cgit v1.2.3