Fix mingw & cygwin builds

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21075 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-05-25 12:00:13 +00:00
parent aec37aa5fe
commit 88cf5b307a

View file

@ -22,7 +22,7 @@
#include "plugin.h"
#ifndef SIMULATOR
#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
int errno = 0;
#endif