From: Jim Meyering Date: Mon, 4 Nov 1996 18:07:38 +0000 (+0000) Subject: libitize X-Git-Tag: TEXTUTILS-1_19q~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1eb3a8c9bad66510d0c927112ff6e8eb9d54ddbe;p=thirdparty%2Fcoreutils.git libitize --- 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. */