aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'gtk')
-rw-r--r--gtk/file_dlg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/file_dlg.c b/gtk/file_dlg.c
index 04c71b76b0..9ff9129ac5 100644
--- a/gtk/file_dlg.c
+++ b/gtk/file_dlg.c
@@ -50,7 +50,10 @@
#endif
#include <string.h>
+#if 0
#include <stdio.h>
+#endif
+#include <errno.h>
static gchar *last_open_dir = NULL;
static gboolean updated_last_open_dir = FALSE;