From e7d3990e2780df560a0f8dfddda5df25f2d4ada1 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 20 Jan 2000 11:41:03 +0000 Subject: [PATCH] Added a bunch of includes, so that hex compiles. --- lib/lfs.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2