Cleanup main.h header
[geeqie.git] / src / ui-bookmark.h
index cea0b5d..8e2f1f0 100644 (file)
@@ -22,6 +22,7 @@
 #ifndef UI_BOOKMARK_H
 #define UI_BOOKMARK_H
 
+#include <gtk/gtk.h>
 
 /* bookmarks */
 
@@ -47,6 +48,5 @@ GtkWidget *history_combo_new(GtkWidget **entry, const gchar *text,
 void history_combo_append_history(GtkWidget *widget, const gchar *text);
 
 
-
 #endif
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */