ntdll: Protect sys/stat.h inclusion.
This commit is contained in:
parent
8ff21ff88f
commit
f8ed165609
|
@ -35,9 +35,11 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#ifdef HAVE_SYS_STAT_H
|
||||
# include <sys/stat.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_MMAN_H
|
||||
#include <sys/mman.h>
|
||||
# include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
#define NONAMELESSUNION
|
||||
|
|
Loading…
Reference in New Issue