diff options
Diffstat (limited to 'src/stdio/getc_unlocked.c')
| -rw-r--r-- | src/stdio/getc_unlocked.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/getc_unlocked.c b/src/stdio/getc_unlocked.c index c5186bcc..e78a5853 100644 --- a/src/stdio/getc_unlocked.c +++ b/src/stdio/getc_unlocked.c @@ -5,7 +5,7 @@ #include "sys/types.h" #include "unistd.h" #else -#include "../_syscall.h" +#include "_syscall.h" #define read(_fd, _buf, _size) __syscall(__syscall_lookup(read), _fd, _buf, _size) #endif |
