Using errno isn't really portable; don't have time to fix this properly right now

svn-id: r16086
This commit is contained in:
Max Horn 2004-12-16 19:18:17 +00:00
parent 881b60a8eb
commit ea80946978

View file

@ -21,6 +21,13 @@
#include "stdafx.h"
#ifndef _WIN32_WCE
// FIXME TODO FIXME: Using errno is not really portable!
// We should get rid of this, possibly by adding (clear)ioFailed methods
// to the SaveFile class.
#include <errno.h>
#endif
#include "gui/about.h"
#include "gui/message.h"