]> granicus.if.org Git - file/commitdiff
don't forget to include unistd.h <cmaarbj@nyx.net> (Casper Maarbjerg)
authorChristos Zoulas <christos@zoulas.com>
Wed, 1 Aug 2001 14:03:19 +0000 (14:03 +0000)
committerChristos Zoulas <christos@zoulas.com>
Wed, 1 Aug 2001 14:03:19 +0000 (14:03 +0000)
src/apprentice.c

index c14b3810758029b40b216457c482dd5577deb055..5c78c5aec089a4acce69401542d415f3b662486c 100644 (file)
@@ -28,6 +28,9 @@
 #include "file.h"
 #include <stdio.h>
 #include <stdlib.h>
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
 #include <string.h>
 #include <ctype.h>
 #include <errno.h>
@@ -39,7 +42,7 @@
 #endif
 
 #ifndef        lint
-FILE_RCSID("@(#)$Id: apprentice.c,v 1.43 2001/07/23 00:02:32 christos Exp $")
+FILE_RCSID("@(#)$Id: apprentice.c,v 1.44 2001/08/01 14:03:19 christos Exp $")
 #endif /* lint */
 
 #define        EATAB {while (isascii((unsigned char) *l) && \