]> granicus.if.org Git - file/commitdiff
include stat.h etc even when quick is not defined.
authorChristos Zoulas <christos@zoulas.com>
Sat, 20 Oct 2001 16:19:44 +0000 (16:19 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sat, 20 Oct 2001 16:19:44 +0000 (16:19 +0000)
src/apprentice.c

index 5c78c5aec089a4acce69401542d415f3b662486c..5c5ffc75e952c51e57b70ea5e33cf225be4f2d39 100644 (file)
 #include <string.h>
 #include <ctype.h>
 #include <errno.h>
-#ifdef QUICK
 #include <fcntl.h>
 #include <sys/types.h>
 #include <sys/stat.h>
+#ifdef QUICK
 #include <sys/mman.h>
 #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) && \