]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - larn/scores.c
Fix darwin-amd64
[bsdgames-darwin.git] / larn / scores.c
index 49a6f873e1cc5348bc2441b98d2ed3ebd774eb0e..26ee7c42ce37a6b39bcd985ef31c87dac389e8ac 100644 (file)
@@ -38,6 +38,8 @@ __RCSID("$NetBSD: scores.c,v 1.21 2012/06/19 05:30:44 dholland Exp $");
 #include "header.h"
 #include "extern.h"
 
+#include <time.h>
+
 struct scofmt {                        /* This is the structure for the scoreboard              */
        long            score;  /* the score of the player                                                       */
        long            suid;   /* the user id number of the player                              */