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/sched_getparam.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/sched_getparam.c') diff --git a/libc/sysdeps/linux/common/sched_getparam.c b/libc/sysdeps/linux/common/sched_getparam.c index 594ba2571..117c6baa2 100644 --- a/libc/sysdeps/linux/common/sched_getparam.c +++ b/libc/sysdeps/linux/common/sched_getparam.c @@ -7,8 +7,9 @@ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ -#include #include +#include +#include #define __NR___syscall_sched_getparam __NR_sched_getparam static inline _syscall2(int, __syscall_sched_getparam, -- cgit v1.2.3