X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fcopy-file.c;h=8befdfe02dd618fdc44f775f3d514e614afde774;hb=21fe180be9b515c57817a72c90d265b77dd98e1c;hp=41191d21a016d64d73e7e15cc39a9a0f497b02ca;hpb=4cb984dac2d2acc60cfbde042c72b9dcafd40177;p=gnulib.git diff --git a/lib/copy-file.c b/lib/copy-file.c index 41191d21a..8befdfe02 100644 --- a/lib/copy-file.c +++ b/lib/copy-file.c @@ -14,11 +14,11 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H -# include "config.h" +# include #endif /* Specification. */ @@ -26,6 +26,7 @@ #include #include +#include #include #ifdef HAVE_UNISTD_H