From 1b5bb5c05ad4b9eac3e9fb643b520270ec8f8f87 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 15 Jul 1996 02:44:11 +0000 Subject: [PATCH] update FSF address in copyright and remove any trailing blanks --- lib/xstrdup.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 -- 2.47.2