diff options
author | Jim Meyering <jim@meyering.net> | 1996-11-04 18:07:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-11-04 18:07:38 +0000 |
commit | 1eb3a8c9bad66510d0c927112ff6e8eb9d54ddbe (patch) | |
tree | 73dd69ff46ac04cfd4e08b8324bb90f5aced9113 | |
parent | 39fd156a8e6b800cd3d48f6833c21eb283676dbb (diff) | |
download | coreutils-1eb3a8c9bad66510d0c927112ff6e8eb9d54ddbe.tar.xz |
libitize
-rw-r--r-- | lib/stpcpy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stpcpy.c b/lib/stpcpy.c index e7a95a465..6369661a4 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 <config.h> +#if HAVE_CONFIG_H +# include <config.h> #endif /* Copy SRC to DEST, returning the address of the terminating '\0' in DEST. */ |