From 8eefcee8183c7191d1c29b6a1fbb570220bffb56 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 14 Jul 1996 12:32:01 +0000 Subject: [PATCH] Tweak for libit. --- lib/getline.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/getline.c b/lib/getline.c index 6757dee121..58144f0b2f 100644 --- a/lib/getline.c +++ b/lib/getline.c @@ -18,11 +18,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Written by Jan Brittenson, bson@gnu.ai.mit.edu. */ -#ifdef HAVE_CONFIG_H +#if HAVE_CONFIG_H # include #endif -/* The `getdelim' function is only declared if there following symbol +/* The `getdelim' function is only declared if the following symbol is defined. */ #define _GNU_SOURCE 1 #include -- 2.30.2