From 97a4d769ba76eca4f3819c6478b5f599adb11396 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 26 Jan 2006 23:50:49 +0000 Subject: make sure we include the local sysdep.h header --- libc/sysdeps/linux/cris/fork.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/cris/fork.c') diff --git a/libc/sysdeps/linux/cris/fork.c b/libc/sysdeps/linux/cris/fork.c index 56908b481..dc9c8867f 100644 --- a/libc/sysdeps/linux/cris/fork.c +++ b/libc/sysdeps/linux/cris/fork.c @@ -4,7 +4,7 @@ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ -#include +#include "sysdep.h" #define __NR___libc_fork __NR_fork SYSCALL__ (__libc_fork, 0) -- cgit v1.2.3