f1c2321
Add missing internal include file and function declaration.  Avoids
f1c2321
implicit function declarations for increased C99 compatibility.
f1c2321
f1c2321
diff --git a/iccbutton.h b/iccbutton.h
f1c2321
index bbd733c094d931e6..f324cc5267882d7e 100644
f1c2321
--- a/iccbutton.h
f1c2321
+++ b/iccbutton.h
f1c2321
@@ -134,6 +134,8 @@ void       icc_button_dialog_set_list_columns
f1c2321
                                         (IccButton   *button,
f1c2321
                                          guint16      list_columns);
f1c2321
 guint16    icc_button_dialog_get_list_columns (IccButton *button);
f1c2321
+void       icc_button_set_enable_empty (IccButton *button, gboolean enabled);
f1c2321
+
f1c2321
 
f1c2321
 /* Profile info of current selection */
f1c2321
 const gchar *icc_button_get_profile_desc  (IccButton *button);
f1c2321
diff --git a/separate-export.c b/separate-export.c
f1c2321
index 8d53c1a090ad60b1..6f19504fb71a8c28 100644
f1c2321
--- a/separate-export.c
f1c2321
+++ b/separate-export.c
f1c2321
@@ -36,6 +36,7 @@
f1c2321
 #include "tiff.h"
f1c2321
 #include "psd.h"
f1c2321
 #include "jpeg.h"
f1c2321
+#include "util.h"
f1c2321
 
f1c2321
 
f1c2321
 gchar *file_extention_table[] =