From 2bf49a0121e7128f8bda0ecebe03d4b1c1594d1d Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Tue, 1 Apr 2003 00:52:40 +0000 Subject: * alloca_cutoff.c: Include internals.h. * sysdeps/pthread/errno-loc.c: Include linuxthreads/internals.h. * sysdeps/pthread/herrno-loc.c: Likewise. * sysdeps/pthread/res-state.c: Likewise. 2003-03-31 Alexandre Oliva * alloca_cutoff.c: Include internals.h. * sysdeps/pthread/errno-loc.c: Include linuxthreads/internals.h. * sysdeps/pthread/herrno-loc.c: Likewise. * sysdeps/pthread/res-state.c: Likewise. --- linuxthreads/alloca_cutoff.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linuxthreads/alloca_cutoff.c') diff --git a/linuxthreads/alloca_cutoff.c b/linuxthreads/alloca_cutoff.c index ac5ec3a194..ca064b3bb6 100644 --- a/linuxthreads/alloca_cutoff.c +++ b/linuxthreads/alloca_cutoff.c @@ -1,5 +1,5 @@ /* Determine whether block of given size can be allocated on the stack or not. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -20,6 +20,7 @@ #include #include #include +#include "internals.h" #include int -- cgit v1.2.3