* tests/test-renameat.c: Include <sys/stat.h>; required for
definition of S_IS* macros.
+2010-05-23 Jim Meyering <meyering@redhat.com>
+
+ test-renameat.c: include <sys/stat.h>
+ * tests/test-renameat.c: Include <sys/stat.h>; required for
+ definition of S_IS* macros.
+
2010-05-23 Ben Pfaff <blp@cs.stanford.edu>
Update maintainer documentation for 'relocatable-prog' module.
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <sys/stat.h>
#include "filenamecat.h"
#include "xgetcwd.h"