Commit 8ba68fbd authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

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

parent ab9e8bc9
......@@ -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>
......
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