ntdll: Protect sys/stat.h inclusion.

This commit is contained in:
Francois Gouget 2006-02-07 21:17:45 +01:00 committed by Alexandre Julliard
parent 8ff21ff88f
commit f8ed165609

View file

@ -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