From 14e4bb7d7069f88b11cfc630d1cefa0d0100d019 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 17 Oct 2010 15:17:46 +0000 Subject: 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 --- mpcommon.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mpcommon.c b/mpcommon.c index 8097fe002e..35f9ea015a 100644 --- a/mpcommon.c +++ b/mpcommon.c @@ -16,6 +16,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#if defined(__MINGW32__) || defined(__CYGWIN__) +#include +#endif #include #include -- cgit v1.2.3