Need <errno.h> for errno decl. on Solaris.
This commit is contained in:
parent
ab9e8bc9f7
commit
8ba68fbd71
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue