X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=libiberty%2Funlink-if-ordinary.c;h=dbaf31d804e9478b05869b359536069ebfba43c1;hb=abb78b78c4184d2ac968362229adae268385a21c;hp=a389ad4e3dc013449abb7f7431982b3dcac54dc1;hpb=49b1fae4309ab5b9833f0af388483c2b6b4b3d50;p=deliverable%2Fbinutils-gdb.git diff --git a/libiberty/unlink-if-ordinary.c b/libiberty/unlink-if-ordinary.c index a389ad4e3d..dbaf31d804 100644 --- a/libiberty/unlink-if-ordinary.c +++ b/libiberty/unlink-if-ordinary.c @@ -1,5 +1,5 @@ /* unlink-if-ordinary.c - remove link to a file unless it is special - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of the libiberty library. This library is free software; you can redistribute it and/or modify it under the @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +the Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, if you link this library with files compiled with a GNU compiler to produce an executable, this does not cause @@ -39,6 +39,8 @@ was made to unlink the file because it is special. #include "config.h" #endif +#include + #ifdef HAVE_UNISTD_H #include #endif