aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/file_dlg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-04-30 06:54:25 +0000
committerGuy Harris <guy@alum.mit.edu>2006-04-30 06:54:25 +0000
commit7698ee3eaed213754601e34031cf232b706089ba (patch)
tree84cf7395544e59b6aadc3229ecf4e3acf647768b /gtk/file_dlg.c
parent8cc7c815d85947a2253907e4745d9622dde7809f (diff)
Include <errno.h> to get errnos.
svn path=/trunk/; revision=18040
Diffstat (limited to 'gtk/file_dlg.c')
-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;