Commit 3d9c7657 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

secur32: Fix the compilation on Solaris by including errno.h instead of sys/errno.h.

parent 625f88c6
......@@ -29,9 +29,7 @@
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif
#ifdef HAVE_SYS_ERRNO_H
#include <sys/errno.h>
#endif
#include <errno.h>
#include <stdlib.h>
#include <fcntl.h>
#include "windef.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