diff options
Diffstat (limited to 'newlib/libc/stdlib/envlock.c')
-rw-r--r-- | newlib/libc/stdlib/envlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/envlock.c b/newlib/libc/stdlib/envlock.c index 74c85a8..ce7ae2e 100644 --- a/newlib/libc/stdlib/envlock.c +++ b/newlib/libc/stdlib/envlock.c @@ -8,7 +8,7 @@ INDEX __env_unlock ANSI_SYNOPSIS - #include "envlock.h" + #include <envlock.h> void __env_lock (struct _reent *<[reent]>); void __env_unlock (struct _reent *<[reent]>); |