X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fwait-process.c;h=7593eeacb28d43e4977e90a67a4b160daf13dddb;hb=85fc15b1bf5d976584d8f174682a0d677692f0ea;hp=221a39c10e51cf9d4e3c6fd4fb2919077a70b1cb;hpb=d3d0152e409b77847917478f21df9d63d042f862;p=gnulib.git diff --git a/lib/wait-process.c b/lib/wait-process.c index 221a39c10..7593eeacb 100644 --- a/lib/wait-process.c +++ b/lib/wait-process.c @@ -1,5 +1,5 @@ /* Waiting for a subprocess to finish. - Copyright (C) 2001-2003 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2005-2006 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software; you can redistribute it and/or modify @@ -17,9 +17,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include /* Specification. */ #include "wait-process.h"