mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
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:
parent
07c2f6d0c5
commit
68c9a2c5a0
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
#include "config.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include "windef.h"
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
|
Loading…
Reference in a new issue