From b29e6046a198903c7ea145335b5ed1b8699b6ace Mon Sep 17 00:00:00 2001
From: Jim Meyering <jim@meyering.net>
Date: Sun, 14 Sep 1997 03:12:35 +0000
Subject: [PATCH] Include config.h.

---
 lib/stpcpy.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/lib/stpcpy.c b/lib/stpcpy.c
index eea74652c6..aa2aff1d9e 100644
--- a/lib/stpcpy.c
+++ b/lib/stpcpy.c
@@ -1,6 +1,6 @@
 /* Copyright (C) 1992, 1995, 1997 Free Software Foundation, Inc.
 
-NOTE: The canonical source of this file is maintained with the 
+NOTE: The canonical source of this file is maintained with the
 GNU C Library.  Bugs can be reported to bug-glibc@prep.ai.mit.edu.
 
 This program is free software; you can redistribute it and/or modify it
@@ -14,9 +14,13 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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, 
+along with this program; if not, write to the Free Software Foundation,
 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
+#if HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include <string.h>
 
 #ifndef weak_alias
-- 
2.39.5