X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Freadlink.c;h=3196aecb035ea2756029cfc597ad8340b2583615;hb=8de557e31178699dd6e839850056f0653cdfba89;hp=c264efd8c8da994ae3a92f82546d07df02689c2e;hpb=68483ca35c0dbd347744327b1020b2e4215454f1;p=gnulib.git diff --git a/lib/readlink.c b/lib/readlink.c index c264efd8c..3196aecb0 100644 --- a/lib/readlink.c +++ b/lib/readlink.c @@ -1,5 +1,5 @@ /* Stub for readlink(). - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003-2004 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 @@ -13,15 +13,16 @@ 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. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H # include #endif #include #include #include +#include #if !HAVE_READLINK