diff options
Diffstat (limited to 'libc/string/strrchr.c')
-rw-r--r-- | libc/string/strrchr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/strrchr.c b/libc/string/strrchr.c index 5d0415e13..14f29c551 100644 --- a/libc/string/strrchr.c +++ b/libc/string/strrchr.c @@ -29,7 +29,7 @@ */ #include <string.h> -#include <private/logd.h> +#include "libc_logging.h" char * __strrchr_chk(const char *p, int ch, size_t s_len) |