Include "windef.h" in "mkstemps.c" for our wchar_t check.

This is just a temporary solution for fixing the compilation on Mac OS X hosts until host and target headers are fully separated.

svn path=/trunk/; revision=28631
This commit is contained in:
Colin Finck 2007-08-28 20:03:15 +00:00
parent 07c2f6d0c5
commit 68c9a2c5a0

View file

@ -19,6 +19,7 @@
#include "config.h"
#include <sys/types.h>
#include "windef.h"
#include <stdlib.h>
#include <string.h>
#include <errno.h>