diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/generic/setenv.c | 3 | ||||
-rw-r--r-- | sysdeps/ieee754/ldexp.c | 1 | ||||
-rw-r--r-- | sysdeps/posix/system.c | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/sysdeps/generic/setenv.c b/sysdeps/generic/setenv.c index a27f02e..1907a2b 100644 --- a/sysdeps/generic/setenv.c +++ b/sysdeps/generic/setenv.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1992 Free Software Foundation, Inc. +/* Copyright (C) 1992, 1995 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 @@ Cambridge, MA 02139, USA. */ #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <errno.h> #ifndef HAVE_GNU_LD #define __environ environ diff --git a/sysdeps/ieee754/ldexp.c b/sysdeps/ieee754/ldexp.c index 7e1c747..e8e3c67 100644 --- a/sysdeps/ieee754/ldexp.c +++ b/sysdeps/ieee754/ldexp.c @@ -38,6 +38,7 @@ Cambridge, MA 02139, USA. */ #include <ansidecl.h> #include <math.h> #include <float.h> +#include <errno.h> #include "ieee754.h" double diff --git a/sysdeps/posix/system.c b/sysdeps/posix/system.c index 69b004b..da58be5 100644 --- a/sysdeps/posix/system.c +++ b/sysdeps/posix/system.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1992, 1994 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992, 1994, 1995 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 @@ -23,6 +23,7 @@ Cambridge, MA 02139, USA. */ #include <sys/wait.h> #include <signal.h> #include <sys/types.h> +#include <errno.h> #ifndef HAVE_GNU_LD |