changeset 1018:1c7646d91c2e

Include config.h.
author Jim Meyering <jim@meyering.net>
date Sun, 14 Sep 1997 03:12:35 +0000
parents 1a6f99316117
children 6fc478cbf47d
files lib/stpcpy.c
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 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