From 32fd910e642434ccc899c12176cc1f0d6ecdf65a Mon Sep 17 00:00:00 2001
From: vk7js <58905135+vk7js@users.noreply.github.com>
Date: Fri, 9 Sep 2022 10:48:14 +1000
Subject: [PATCH] Fixed warnings.
---
openrtx/src/core/voicePrompts.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/openrtx/src/core/voicePrompts.c b/openrtx/src/core/voicePrompts.c
index 46d294bc..e7ae59eb 100644
--- a/openrtx/src/core/voicePrompts.c
+++ b/openrtx/src/core/voicePrompts.c
@@ -17,9 +17,10 @@
* You should have received a copy of the GNU General Public License *
* along with this program; if not, see *
***************************************************************************/
-
+#include
#include
#include
+#include "voicePromptUtils.h"
#include
#include
#include