diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/callbacks.c | 1 | ||||
-rw-r--r-- | shell/report.c | 1 | ||||
-rw-r--r-- | shell/shell.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/shell/callbacks.c b/shell/callbacks.c index 1992696d..989f7202 100644 --- a/shell/callbacks.c +++ b/shell/callbacks.c @@ -26,6 +26,7 @@ #include "shell.h" #include "report.h" #include "syncmanager.h" +#include "uri_handler.h" #include "config.h" 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); diff --git a/shell/shell.c b/shell/shell.c index dfcd430c..07f208f0 100644 --- a/shell/shell.c +++ b/shell/shell.c @@ -32,6 +32,7 @@ #include "iconcache.h" #include "menu.h" #include "stock.h" +#include "uri_handler.h" #include "callbacks.h" |