]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - larn/global.c
oops, we do need privs. do the right seteuid() thing.
[bsdgames-darwin.git] / larn / global.c
index de724d7c902bc2e4b0c20b0ca4cc8ed2ed57532f..8e7049eab050273435fd0f4e1594e000d19aebdc 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
-static char rcsid[] = "$Id: global.c,v 1.2 1993/08/02 17:20:02 mycroft Exp $";
+static char rcsid[] = "$NetBSD: global.c,v 1.4 1995/04/24 12:23:52 cgd Exp $";
 #endif /* not lint */
 
 /*     global.c                Larn is copyrighted 1986 by Noah Morgan.
@@ -23,6 +23,7 @@ static char rcsid[] = "$Id: global.c,v 1.2 1993/08/02 17:20:02 mycroft Exp $";
  */
 
 #include "header.h"
+#include <string.h>
 extern int score[],srcount,dropflag;
 extern int random;/*   the random number seed                  */
 extern short playerx,playery,lastnum;