diff options
Diffstat (limited to 'sys-devel/gcc-config/files/wrapper-1.4.3.c')
-rw-r--r-- | sys-devel/gcc-config/files/wrapper-1.4.3.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc-config/files/wrapper-1.4.3.c b/sys-devel/gcc-config/files/wrapper-1.4.3.c index c5e96387997f..9a321851d888 100644 --- a/sys-devel/gcc-config/files/wrapper-1.4.3.c +++ b/sys-devel/gcc-config/files/wrapper-1.4.3.c @@ -1,7 +1,7 @@ /* - * Copyright 1999-2004 Gentoo Foundation + * Copyright 1999-2005 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 - * $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/wrapper-1.4.3.c,v 1.4 2004/12/29 01:05:58 vapier Exp $ + * $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/wrapper-1.4.3.c,v 1.5 2005/03/16 23:32:12 vapier Exp $ * Author: Martin Schlemmer <azarah@gentoo.org> */ @@ -14,7 +14,7 @@ #include <sys/stat.h> #include <sys/param.h> #include <unistd.h> -#include <wait.h> +#include <sys/wait.h> #include <libgen.h> #include <string.h> #include <stdarg.h> |