diff options
author | bigbear <ns@bigbear.dk> | 2024-02-08 02:39:51 +0100 |
---|---|---|
committer | bigbear <ns@bigbear.dk> | 2024-02-08 19:52:53 +0100 |
commit | 755c300d246c872c406f3a7e123d4cdd0d7c1f17 (patch) | |
tree | 12a01f8930767c8eda79bde32463987bed3fff8f /shell/report.c | |
parent | add478fbe01e68d63309697dfa016e09f12c2603 (diff) |
PR681 - implicit function declaration
Diffstat (limited to 'shell/report.c')
-rw-r--r-- | shell/report.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <iconcache.h> #include <hardinfo.h> #include <config.h> +#include "uri_handler.h" static ReportDialog *report_dialog_new(GtkTreeModel * model, GtkWidget * parent); |