From c36fe58f4440370fd444419edd3a3497978c4424 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 9 Dec 2006 04:57:11 +0000 Subject: Add missing sys/types.h header --- libc/sysdeps/linux/common/llseek.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/llseek.c') diff --git a/libc/sysdeps/linux/common/llseek.c b/libc/sysdeps/linux/common/llseek.c index 3a821ca35..ea72dc4f3 100644 --- a/libc/sysdeps/linux/common/llseek.c +++ b/libc/sysdeps/linux/common/llseek.c @@ -7,8 +7,9 @@ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ -#include #include +#include +#include extern __typeof(lseek64) __libc_lseek64; -- cgit v1.2.3