From: Jim Meyering Date: Mon, 15 Jul 1996 02:44:11 +0000 (+0000) Subject: update FSF address in copyright and remove any trailing blanks X-Git-Tag: TEXTUTILS-1_19b~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b5bb5c05ad4b9eac3e9fb643b520270ec8f8f87;p=thirdparty%2Fcoreutils.git update FSF address in copyright and remove any trailing blanks --- diff --git a/lib/xstrdup.c b/lib/xstrdup.c index da39db3e37..6ce9ac013f 100644 --- a/lib/xstrdup.c +++ b/lib/xstrdup.c @@ -12,10 +12,14 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#if defined(USG) || defined(STDC_HEADERS) +#ifdef HAVE_CONFIG_H +#include +#endif + +#if defined(STDC_HEADERS) || defined(HAVE_STRING_H) #include #else #include