BSD 4_4_Lite2 release
[unix-history] / usr / src / games / boggle / boggle / bog.c
index fa76bd0..7b244ef 100644 (file)
@@ -41,7 +41,7 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)bog.c      8.1 (Berkeley) 6/11/93";
+static char sccsid[] = "@(#)bog.c      8.2 (Berkeley) 5/4/95";
 #endif /* not lint */
 
 #include <ctype.h>
 #endif /* not lint */
 
 #include <ctype.h>
@@ -49,6 +49,7 @@ static char sccsid[] = "@(#)bog.c     8.1 (Berkeley) 6/11/93";
 #include <stdio.h>
 #include <stdlib.h>
 #include <time.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <time.h>
+#include <unistd.h>
 
 #include "bog.h"
 #include "extern.h"
 
 #include "bog.h"
 #include "extern.h"