diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-11-11 01:20:50 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-11-11 01:20:50 +0000 |
commit | dc7f2e1bf0dc6ab6bec1d531026fb39271287711 (patch) | |
tree | 4d665da55e40f6a14cd992e67b3ecbd5cd783e86 /libc/sysdeps/linux | |
parent | 91102e0dece0d33acf56a579dcab84b043f08c8b (diff) |
Fix up a few messes so it compiles cleanly again.
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/common/tell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/tell.c b/libc/sysdeps/linux/common/tell.c index b58f3f944..dcae83206 100644 --- a/libc/sysdeps/linux/common/tell.c +++ b/libc/sysdeps/linux/common/tell.c @@ -1,4 +1,5 @@ #define lseek __normal_lseek +#include <errno.h> #include <unistd.h> #include <syscall.h> #undef lseek |