Skip to content

Commit 8879f68

Browse files
committed
grumble.
1 parent 158b740 commit 8879f68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

games/adventure/extern.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: extern.h,v 1.15 2012/01/08 18:16:00 dholland Exp $ */
1+
/* $NetBSD: extern.h,v 1.16 2012/01/08 18:17:41 dholland Exp $ */
22

33
/*
44
* Copyright (c) 1997 Christos Zoulas. All rights reserved.
@@ -25,6 +25,7 @@
2525
*/
2626

2727
#include <string.h>
28+
#include <stdint.h>
2829

2930
/* crc.c */
3031
struct crcstate {

0 commit comments

Comments
 (0)