From f318d7fc6ea14a8bbc10226c2d87e6edef576b91 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 17 Oct 1996 02:45:32 +0000 Subject: [PATCH] libitize --- lib/xstrtol.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/xstrtol.c b/lib/xstrtol.c index dec0ec79be..b0b6a082eb 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 -- 2.30.2