<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Fix:

error: implicit declaration of function 'main_window_add_status_icon' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
--- src/Tools/gmpc-database-update-tracker.c.orig	2011-08-16 22:10:15.000000000 -0500
+++ src/Tools/gmpc-database-update-tracker.c	2023-11-16 09:58:27.000000000 -0600
@@ -35,6 +35,7 @@
 #include &lt;plugin.h&gt;
 #include &lt;gmpc-profiles.h&gt;
 #include &lt;main.h&gt;
+#include "status_icon.h"
 
 #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
 #define _g_free0(var) (var = (g_free (var), NULL))
</pre></body></html>