diff options
Diffstat (limited to 'sysdeps/posix/system.c')
-rw-r--r-- | sysdeps/posix/system.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/posix/system.c b/sysdeps/posix/system.c index 69b004bb41..da58be51ae 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 |