]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include memrchr.h.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 3 Feb 2005 21:33:02 +0000 (21:33 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 3 Feb 2005 21:33:02 +0000 (21:33 +0000)
lib/chdir-long.c

index 6c8d79f7a84da5aaf65c7225e3a2ffd89056b423..4702432a7ddcf943575ecf03b8e6d10adfedb3f2 100644 (file)
@@ -30,6 +30,7 @@
 #include <assert.h>
 #include <limits.h>
 
+#include "memrchr.h"
 #include "openat.h"
 
 #ifndef O_DIRECTORY