diff options
-rw-r--r-- | newlib/libc/search/hash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/search/hash.c b/newlib/libc/search/hash.c index c76b157..60fbeb0 100644 --- a/newlib/libc/search/hash.c +++ b/newlib/libc/search/hash.c @@ -43,6 +43,7 @@ static char sccsid[] = "@(#)hash.c 8.9 (Berkeley) 6/16/94"; #include <sys/stat.h> +#include <reent.h> #include <errno.h> #include <fcntl.h> #include <stdio.h> |