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

mshtml: Check for HAVE_UNISTD_H before including unistd.h.

parent 3265f2d7
...@@ -20,7 +20,9 @@ ...@@ -20,7 +20,9 @@
#include <stdarg.h> #include <stdarg.h>
#include <fcntl.h> #include <fcntl.h>
#include <unistd.h> #ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#define COBJMACROS #define COBJMACROS
#define NONAMELESSUNION #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