From: Jim Meyering Date: Tue, 4 Feb 1997 03:26:31 +0000 (+0000) Subject: libitize X-Git-Tag: SH-UTILS-1_16a~269 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1235c944d20211cf23027bc58dc9f6122be86290;p=thirdparty%2Fcoreutils.git libitize --- diff --git a/lib/strcspn.c b/lib/strcspn.c index 1e14c3779d..6d0ec8523d 100644 --- a/lib/strcspn.c +++ b/lib/strcspn.c @@ -14,11 +14,11 @@ 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 +#if HAVE_CONFIG_H # include #endif -#ifdef HAVE_STRING_H +#if HAVE_STRING_H # include #else # include