X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffd-safer.c;h=256bfa4a0e952a766588eeb7e0dc2748b2f33b36;hb=bbdcfead98c6d3536215c3f0f603e4f92a28d26b;hp=6b50451338a4181df094cf879662db2a8d2dba87;hpb=794b55ff3dcebba4518b555161f97ef6524a7270;p=gnulib.git diff --git a/lib/fd-safer.c b/lib/fd-safer.c index 6b5045133..256bfa4a0 100644 --- a/lib/fd-safer.c +++ b/lib/fd-safer.c @@ -1,6 +1,6 @@ /* Return a safer copy of a file descriptor. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 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 @@ -18,9 +18,7 @@ /* Written by Paul Eggert. */ -#if HAVE_CONFIG_H -# include -#endif +#include #include "unistd-safer.h"