diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2007-03-22 00:03:25 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2007-03-22 00:03:25 +0000 |
| commit | 0c33a6f741392ec95b5a304e36255bf349e34b2f (patch) | |
| tree | 926c910bfa245622837c69a15a03adea8cac4eac /src/ui/dialog/filedialog.cpp | |
| parent | Correction for tooltips addition (diff) | |
| download | inkscape-0c33a6f741392ec95b5a304e36255bf349e34b2f.tar.gz inkscape-0c33a6f741392ec95b5a304e36255bf349e34b2f.zip | |
use <errno.h> instead of assuming extern int
(bzr r2733)
Diffstat (limited to 'src/ui/dialog/filedialog.cpp')
| -rw-r--r-- | src/ui/dialog/filedialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <unistd.h> #include <sys/stat.h> +#include <errno.h> #include <set> //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 |
