From: Martin Mares Date: Thu, 20 Jan 2000 11:41:03 +0000 (+0000) Subject: Added a bunch of includes, so that hex compiles. X-Git-Tag: holmes-import~1635 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=e7d3990e2780df560a0f8dfddda5df25f2d4ada1;p=libucw.git Added a bunch of includes, so that hex compiles. --- diff --git a/lib/lfs.h b/lib/lfs.h index 9dba4d14..089fad35 100644 --- a/lib/lfs.h +++ b/lib/lfs.h @@ -64,6 +64,8 @@ extern loff_t llseek(int fd, loff_t pos, int whence); /* glibc 2.0 on i386 -> call syscalls directly */ #include #include +#include +#include #ifndef SYS_pread #define SYS_pread 180 #endif