Include <errno.h> to get errnos.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 30 Apr 2006 06:54:25 +0000 (06:54 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 30 Apr 2006 06:54:25 +0000 (06:54 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18040 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/file_dlg.c

index 04c71b76b085e636b1e3ca15655b3468189278bb..9ff9129ac5d48163ebdd0687b7963672653c37c7 100644 (file)
 #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;