From 1eb3a8c9bad66510d0c927112ff6e8eb9d54ddbe Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 4 Nov 1996 18:07:38 +0000 Subject: [PATCH] libitize --- lib/stpcpy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/stpcpy.c b/lib/stpcpy.c index e7a95a4656..6369661a48 100644 --- a/lib/stpcpy.c +++ b/lib/stpcpy.c @@ -15,8 +15,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifdef HAVE_CONFIG_H -#include +#if HAVE_CONFIG_H +# include #endif /* Copy SRC to DEST, returning the address of the terminating '\0' in DEST. */ -- 2.47.2