Commit b650986cb3789b6c8d347c65879c821b5ec537fa

Andreas Gruenbacher 2015-02-01T21:40:11

symlinkat: include all required header files Following on from commit 032bd151, include header files required on OS X 10.10 (Yosemite) at least. * lib/symlinkat.c (HAVE_SYMLINK_AT): Add <sys/stat.h> for fstatat(), and string.h for strlen(). Reported at https://savannah.gnu.org/bugs/index.php?44151 and by Jack Howarth.