[HAVE_UNISTD_H]: Include <unistd.h>, for resolvepath declaration.

This commit is contained in:
Jim Meyering 2004-03-29 07:29:06 +00:00
parent 829a38c5d3
commit edf60899e0

View File

@ -38,6 +38,10 @@ void free ();
#include <sys/stat.h>
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <errno.h>
#include "path-concat.h"