From 34ef23794a1b75ae38874fe7a8462770c95010e1 Mon Sep 17 00:00:00 2001 From: ishmal Date: Thu, 22 Mar 2007 00:03:25 +0000 Subject: [PATCH] use instead of assuming extern int --- src/ui/dialog/filedialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/dialog/filedialog.cpp b/src/ui/dialog/filedialog.cpp index 25390d56f..818de6f2d 100644 --- a/src/ui/dialog/filedialog.cpp +++ b/src/ui/dialog/filedialog.cpp @@ -20,6 +20,7 @@ //General includes #include #include +#include #include //Gtk includes @@ -59,7 +60,6 @@ void dump_str( const gchar* str, const gchar* prefix ); void dump_ustr( const Glib::ustring& ustr ); #endif -extern int errno; namespace Inkscape -- 2.30.2