diff --git a/include/errno.h b/include/errno.h index 03d1723ca..56614262e 100644 --- a/include/errno.h +++ b/include/errno.h @@ -6,5 +6,6 @@ extern int errno; void perror(const char *s); +const char *errno_str(void); #endif /* __ERRNO_H */