[rhythmbox] fix up some missing includes



commit 281f7fc5767c6e1d1f89e92e0e0434311682bb79
Author: Jonathan Matthew <jonathan d14n org>
Date:   Tue May 14 22:48:24 2013 +1000

    fix up some missing includes

 sources/rb-library-source.c |    1 +
 widgets/rb-import-dialog.c  |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/sources/rb-library-source.c b/sources/rb-library-source.c
index 6fa7376..e4f403b 100644
--- a/sources/rb-library-source.c
+++ b/sources/rb-library-source.c
@@ -74,6 +74,7 @@
 #include "rb-display-page-group.h"
 #include "rb-static-playlist-source.h"
 #include "rb-task-list.h"
+#include "rhythmdb-import-job.h"
 
 #define SOURCE_PAGE            0
 #define IMPORT_DIALOG_PAGE     1
diff --git a/widgets/rb-import-dialog.c b/widgets/rb-import-dialog.c
index fe8eeac..fcee1a8 100644
--- a/widgets/rb-import-dialog.c
+++ b/widgets/rb-import-dialog.c
@@ -42,6 +42,7 @@
 #include "rb-device-source.h"
 #include "rb-file-helpers.h"
 #include "rb-task-list.h"
+#include "rhythmdb-import-job.h"
 
 /* normal entries */
 typedef struct _RhythmDBEntryType RBImportDialogEntryType;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]