summaryrefslogtreecommitdiff
path: root/lib/chdir-long.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-02-03 21:33:02 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-02-03 21:33:02 +0000
commit6dc84f8396918cd940723737672d5a74638bca21 (patch)
tree085ad1be772493d6123da39ff4c2e61bc2414b61 /lib/chdir-long.c
parenta68faae3a15b6e2a695a25e930f563515b5085cd (diff)
downloadcoreutils-6dc84f8396918cd940723737672d5a74638bca21.tar.xz
Include memrchr.h.
Diffstat (limited to 'lib/chdir-long.c')
-rw-r--r--lib/chdir-long.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chdir-long.c b/lib/chdir-long.c
index 6c8d79f7a..4702432a7 100644
--- a/lib/chdir-long.c
+++ b/lib/chdir-long.c
@@ -30,6 +30,7 @@
#include <assert.h>
#include <limits.h>
+#include "memrchr.h"
#include "openat.h"
#ifndef O_DIRECTORY