From: Martin Mares Date: Wed, 6 Dec 2000 15:01:24 +0000 (+0000) Subject: #include X-Git-Tag: holmes-import~1615 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=25c9f7352b4ff19e324e8997668197e7dc9db5fa;p=libucw.git #include --- 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