]> mj.ucw.cz Git - libucw.git/commitdiff
Added a bunch of includes, so that hex compiles.
authorMartin Mares <mj@ucw.cz>
Thu, 20 Jan 2000 11:41:03 +0000 (11:41 +0000)
committerMartin Mares <mj@ucw.cz>
Thu, 20 Jan 2000 11:41:03 +0000 (11:41 +0000)
lib/lfs.h

index 9dba4d14da49a28094a16e027d0b7e0a47db14b1..089fad358d1bef825833c3ac44a61f46662731c0 100644 (file)
--- 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 <asm/unistd.h>
 #include <syscall-list.h>
+#include <sys/types.h>
+#include <unistd.h>
 #ifndef SYS_pread
 #define SYS_pread 180
 #endif