diff options
Diffstat (limited to 'src/string/strerror_r.c')
-rw-r--r-- | src/string/strerror_r.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string/strerror_r.c b/src/string/strerror_r.c index da26b4fe..1dc88bb1 100644 --- a/src/string/strerror_r.c +++ b/src/string/strerror_r.c @@ -1,6 +1,5 @@ #include <string.h> #include <errno.h> -#include "libc.h" int strerror_r(int err, char *buf, size_t buflen) { |