From 755c300d246c872c406f3a7e123d4cdd0d7c1f17 Mon Sep 17 00:00:00 2001 From: bigbear Date: Thu, 8 Feb 2024 02:39:51 +0100 Subject: PR681 - implicit function declaration --- shell/report.c | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/report.c') diff --git a/shell/report.c b/shell/report.c index 6ccfc7d4..25b73beb 100644 --- a/shell/report.c +++ b/shell/report.c @@ -23,6 +23,7 @@ #include #include #include +#include "uri_handler.h" static ReportDialog *report_dialog_new(GtkTreeModel * model, GtkWidget * parent); -- cgit v1.2.3