diff options
Diffstat (limited to 'src/io.h')
-rw-r--r-- | src/io.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ #ifndef _IO_H #define _IO_H -#include <sys/types.h> /* for loff_t */ +#include <fcntl.h> /* for loff_t */ loff_t llseek(int fd, loff_t offset, int whence); |