mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-13 20:06:37 +08:00
[HAVE_UNISTD_H]: Include <unistd.h>, for resolvepath declaration.
This commit is contained in:
parent
829a38c5d3
commit
edf60899e0
@ -38,6 +38,10 @@ void free ();
|
|||||||
|
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
|
#if HAVE_UNISTD_H
|
||||||
|
# include <unistd.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include "path-concat.h"
|
#include "path-concat.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user