Commit f8ed1656 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ntdll: Protect sys/stat.h inclusion.

parent 8ff21ff8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment