X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fdup-safer.c;h=d0606eeb4cef6b83429858d7618a70dff992ad2f;hb=85fc15b1bf5d976584d8f174682a0d677692f0ea;hp=1c46b6e7228a0a0a612ef2bfb04ecb4b4b13d6ff;hpb=794b55ff3dcebba4518b555161f97ef6524a7270;p=gnulib.git diff --git a/lib/dup-safer.c b/lib/dup-safer.c index 1c46b6e72..d0606eeb4 100644 --- a/lib/dup-safer.c +++ b/lib/dup-safer.c @@ -1,5 +1,6 @@ /* Invoke dup, but avoid some glitches. - Copyright (C) 2001, 2004, 2005 Free Software Foundation, Inc. + + Copyright (C) 2001, 2004, 2005, 2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,9 +18,7 @@ /* Written by Paul Eggert. */ -#if HAVE_CONFIG_H -# include -#endif +#include #include "unistd-safer.h"