aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/file_dlg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-04-30 03:22:39 +0000
committerGuy Harris <guy@alum.mit.edu>2006-04-30 03:22:39 +0000
commit8cc7c815d85947a2253907e4745d9622dde7809f (patch)
tree727ec98e04546457c465c419535ee5f2a9e96a00 /gtk/file_dlg.c
parent8e2807aa31d975c29ecf9eb66583d5ffae4cd60d (diff)
See whether <stdio.h> will get EISDIR defined.
svn path=/trunk/; revision=18039
Diffstat (limited to 'gtk/file_dlg.c')
-rw-r--r--gtk/file_dlg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/file_dlg.c b/gtk/file_dlg.c
index 71eafd5b3b..04c71b76b0 100644
--- a/gtk/file_dlg.c
+++ b/gtk/file_dlg.c
@@ -50,9 +50,7 @@
#endif
#include <string.h>
-#if 0
#include <stdio.h>
-#endif
static gchar *last_open_dir = NULL;
static gboolean updated_last_open_dir = FALSE;