Module Name: src
Committed By: dholland
Date: Sun Jan 8 18:17:41 UTC 2012
Modified Files:
src/games/adventure: extern.h
Log Message:
grumble.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/games/adventure/extern.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/games/adventure/extern.h
diff -u src/games/adventure/extern.h:1.15 src/games/adventure/extern.h:1.16
--- src/games/adventure/extern.h:1.15 Sun Jan 8 18:16:00 2012
+++ src/games/adventure/extern.h Sun Jan 8 18:17:41 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.15 2012/01/08 18:16:00 dholland Exp $ */
+/* $NetBSD: extern.h,v 1.16 2012/01/08 18:17:41 dholland Exp $ */
/*
* Copyright (c) 1997 Christos Zoulas. All rights reserved.
@@ -25,6 +25,7 @@
*/
#include <string.h>
+#include <stdint.h>
/* crc.c */
struct crcstate {