From 25c9f7352b4ff19e324e8997668197e7dc9db5fa Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 6 Dec 2000 15:01:24 +0000 Subject: [PATCH] #include --- lib/lfs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/lfs.h b/lib/lfs.h index 1b232119..f12f5ef3 100644 --- a/lib/lfs.h +++ b/lib/lfs.h @@ -122,6 +122,7 @@ static int sh_pwrite(unsigned int fd, void *buf, size_t size, loff_t where) #elif defined(i386) /* old libc on i386 -> call syscalls directly the old way */ #include +#include static _syscall4(int, pread, unsigned int, fd, void *, buf, size_t, size, loff_t, where); static _syscall4(int, pwrite, unsigned int, fd, void *, buf, size_t, size, loff_t, where); #define sh_pread pread -- 2.39.5