From 6dc84f8396918cd940723737672d5a74638bca21 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 3 Feb 2005 21:33:02 +0000 Subject: [PATCH] Include memrchr.h. --- lib/chdir-long.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/chdir-long.c b/lib/chdir-long.c index 6c8d79f7a8..4702432a7d 100644 --- a/lib/chdir-long.c +++ b/lib/chdir-long.c @@ -30,6 +30,7 @@ #include #include +#include "memrchr.h" #include "openat.h" #ifndef O_DIRECTORY -- 2.47.3