From: Ulrich Drepper Date: Fri, 18 Jun 1999 19:05:09 +0000 (+0000) Subject: Include setjmp.h. X-Git-Tag: cvs/glibc_2-1-2~376 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=01d7b7cf097a9358e443e63cc1e4e71074b24661;p=thirdparty%2Fglibc.git Include setjmp.h. --- diff --git a/sysdeps/generic/bsd-_setjmp.c b/sysdeps/generic/bsd-_setjmp.c index 97d665191a6..11cfdc0d7f6 100644 --- a/sysdeps/generic/bsd-_setjmp.c +++ b/sysdeps/generic/bsd-_setjmp.c @@ -1,5 +1,5 @@ /* BSD `setjmp' entry point to `sigsetjmp (..., 0)'. Stub version. - Copyright (C) 1994, 1997 Free Software Foundation, Inc. + Copyright (C) 1994, 1997, 1999 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 @@ -18,6 +18,7 @@ Boston, MA 02111-1307, USA. */ #include +#include #undef setjmp diff --git a/sysdeps/generic/bsd-setjmp.c b/sysdeps/generic/bsd-setjmp.c index d53263ba62e..5c2e2a4db53 100644 --- a/sysdeps/generic/bsd-setjmp.c +++ b/sysdeps/generic/bsd-setjmp.c @@ -1,5 +1,5 @@ /* BSD `setjmp' entry point to `sigsetjmp (..., 1)'. Stub version. - Copyright (C) 1994, 1997 Free Software Foundation, Inc. + Copyright (C) 1994, 1997, 1999 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 @@ -18,6 +18,7 @@ Boston, MA 02111-1307, USA. */ #include +#include #undef setjmp