From: Christos Zoulas Date: Sat, 20 Oct 2001 16:19:44 +0000 (+0000) Subject: include stat.h etc even when quick is not defined. X-Git-Tag: FILE3_38~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06a2363c95b85565953d52a94fea264f5a3720a8;p=file include stat.h etc even when quick is not defined. --- diff --git a/src/apprentice.c b/src/apprentice.c index 5c78c5ae..5c5ffc75 100644 --- a/src/apprentice.c +++ b/src/apprentice.c @@ -34,15 +34,15 @@ #include #include #include -#ifdef QUICK #include #include #include +#ifdef QUICK #include #endif #ifndef lint -FILE_RCSID("@(#)$Id: apprentice.c,v 1.44 2001/08/01 14:03:19 christos Exp $") +FILE_RCSID("@(#)$Id: apprentice.c,v 1.45 2001/10/20 16:19:44 christos Exp $") #endif /* lint */ #define EATAB {while (isascii((unsigned char) *l) && \