command.c: Add windows.h include to fix compilation in some cases

Patch by Gianluigi Tiesi [sherpya netfarm it]

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32500 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-10-17 15:17:46 +00:00 committed by Uoti Urpala
parent 650e8147c1
commit 14e4bb7d70
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#if defined(__MINGW32__) || defined(__CYGWIN__)
#include <windows.h>
#endif
#include <stdlib.h>
#include <stdbool.h>