From 55185277ba64557e1ea784be970919b983348111 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Mon, 17 Oct 2022 15:20:08 +0100 Subject: Fix red for Android builds (c6ee9dc883) Change-Id: I416fbd24bd2dd91738cb8664b8f3f4877905336d --- apps/hosted/android/notification.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/hosted/android/notification.c b/apps/hosted/android/notification.c index 39c8b07737..a5b60c1013 100644 --- a/apps/hosted/android/notification.c +++ b/apps/hosted/android/notification.c @@ -29,6 +29,7 @@ #include "misc.h" #include "thread.h" #include "debug.h" +#include "audio.h" extern JNIEnv *env_ptr; extern jclass RockboxService_class; -- cgit v1.2.3