diff options
| -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. */ |
