diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/readahead.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/readahead.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/readahead.c b/sysdeps/unix/sysv/linux/readahead.c index a189c3ac79..ad01a0aed8 100644 --- a/sysdeps/unix/sysv/linux/readahead.c +++ b/sysdeps/unix/sysv/linux/readahead.c @@ -17,7 +17,7 @@ <https://www.gnu.org/licenses/>. */ #include <fcntl.h> -#include <errno.h> +#include <sys/types.h> #include <sysdep.h> ssize_t |