summaryrefslogtreecommitdiff
path: root/src/job-manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/job-manager.h')
-rw-r--r--src/job-manager.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/job-manager.h b/src/job-manager.h
index 13f08e0..df7e19f 100644
--- a/src/job-manager.h
+++ b/src/job-manager.h
@@ -15,6 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
+#include <glib.h>
+
#include "setup.h"
#include "items.h"
@@ -28,8 +30,8 @@
*
*/
gboolean build_tree (TGallerySetup *setup,
- const char *src_tree,
- const char *dst_dir,
+ const gchar *src_tree,
+ const gchar *dst_dir,
TAlbum *parent_index,
int parent_item_index,
int jobs);