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

This commit is contained in:
Marcus Meissner 1999-01-01 18:42:17 +00:00 committed by Alexandre Julliard
parent ab9e8bc9f7
commit 8ba68fbd71
1 changed files with 1 additions and 0 deletions

View File

@ -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>