summaryrefslogtreecommitdiffstats
path: root/games/adventure/crc.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/adventure/crc.c')
-rw-r--r--games/adventure/crc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/adventure/crc.c b/games/adventure/crc.c
index 1bbec1e..2aaef19 100644
--- a/games/adventure/crc.c
+++ b/games/adventure/crc.c
@@ -44,6 +44,7 @@ static const char rcsid[] =
#endif /* not lint */
#include <sys/types.h>
+#include "hdr.h"
const u_long crctab[] = {
0x7fffffff,
@@ -111,6 +112,7 @@ const u_long crctab[] = {
u_long crcval;
u_int step;
+void
crc_start()
{
crcval = step = 0;
OpenPOWER on IntegriCloud