From d013f61f886df9d234539ba7005c896572d4710d Mon Sep 17 00:00:00 2001 From: headshot2017 Date: Tue, 27 Dec 2022 21:32:15 -0400 Subject: [PATCH] get rid of implicit declaration warning --- test/audio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/audio.c b/test/audio.c index 071d77f..db37946 100644 --- a/test/audio.c +++ b/test/audio.c @@ -5,6 +5,7 @@ #include #include +#include "../src/libsm64.h" #include "context.h" static SDL_AudioDeviceID dev;