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

Use proper ifdefs around unistd.h.

parent 25cb6e08
......@@ -29,7 +29,9 @@
# include <linux/input.h>
#endif
#include <errno.h>
#include <unistd.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <math.h>
#include "wine/debug.h"
#include "wine/unicode.h"
......
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