From b0830232ff83640033adcecf2ab9b12be5acdfc2 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Sun, 13 Feb 2022 18:55:18 -0800 Subject: [PATCH] [launcher] fix compile warning --- launchermodule.c | 1 + 1 file changed, 1 insertion(+) diff --git a/launchermodule.c b/launchermodule.c index 4a57ba5..1c4e79c 100644 --- a/launchermodule.c +++ b/launchermodule.c @@ -1,6 +1,7 @@ #include #include #include +#include #include #include #include "libami.h"