Skip to content
Snippets Groups Projects
Commit 3d9c7657 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

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

parent 625f88c6
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment