Commit 182cabea authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

Protect sys/stat.h with a conditional.

parent f5f8cd08
......@@ -45,7 +45,9 @@
# undef _FILE_OFFSET_BITS
# define _FILE_OFFSET_BITS 32
# include <sys/resource.h>
# include <sys/stat.h>
# ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
# endif
# include <sys/swap.h>
#endif
......
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