diff --git a/lib/xstrtol.c b/lib/xstrtol.c index dec0ec79b..b0b6a082e 100644 --- a/lib/xstrtol.c +++ b/lib/xstrtol.c @@ -17,15 +17,15 @@ /* Jim Meyering (meyering@na-net.ornl.gov) */ -#ifdef HAVE_CONFIG_H +#if HAVE_CONFIG_H #include #endif -#ifdef STDC_HEADERS +#if STDC_HEADERS #include #endif -#ifdef HAVE_STRING_H +#if HAVE_STRING_H # include #else # include