summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-05-23 21:57:32 +0200
committerJim Meyering <meyering@redhat.com>2010-05-23 21:58:17 +0200
commit7abd07c81cfa2e0922bda8d0dbea67a31a8d853c (patch)
tree08fdab26dbce8c7b53f818c97be66d43ca04660d /tests
parentbf776338948242ad73595b46d80b7b2930c816c3 (diff)
downloadgnulib-7abd07c81cfa2e0922bda8d0dbea67a31a8d853c.tar.gz
test-renameat.c: include <sys/stat.h>
* tests/test-renameat.c: Include <sys/stat.h>; required for definition of S_IS* macros.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-renameat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-renameat.c b/tests/test-renameat.c
index e5fefa1f5d..6292ba08a2 100644
--- a/tests/test-renameat.c
+++ b/tests/test-renameat.c
@@ -29,6 +29,7 @@ SIGNATURE_CHECK (renameat, int, (int, char const *, int, char const *));
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <sys/stat.h>
#include "filenamecat.h"
#include "xgetcwd.h"