Fix #1248: Crash when hiding file list
[geeqie.git] / src / ui-pathsel.h
index 3d7d682..9ca9c1b 100644 (file)
 #ifndef UI_PATHSEL_H
 #define UI_PATHSEL_H
 
+#include <glib.h>
+#include <gtk/gtk.h>
 
 GtkWidget *path_selection_new_with_files(GtkWidget *entry, const gchar *path,
                                         const gchar *filter, const gchar *filter_desc);
-GtkWidget *path_selection_new(const gchar *path, GtkWidget *entry);
 
 void path_selection_sync_to_entry(GtkWidget *entry);