From 1235c944d20211cf23027bc58dc9f6122be86290 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 4 Feb 1997 03:26:31 +0000 Subject: libitize --- lib/strcspn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/strcspn.c') diff --git a/lib/strcspn.c b/lib/strcspn.c index 1e14c3779..6d0ec8523 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 -- cgit v1.2.3-54-g00ecf