Skip to content
Snippets Groups Projects
Commit 8ba68fbd authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard
Browse files

Need <errno.h> for errno decl. on Solaris.

parent ab9e8bc9
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <sys/errno.h>
#include <sys/stat.h>
#include <sys/time.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