summaryrefslogtreecommitdiffstats
path: root/adventure
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2012-01-08 18:17:41 +0000
committerdholland <dholland@NetBSD.org>2012-01-08 18:17:41 +0000
commit05bdcd67f61db7fa26da299af5be7643d573a234 (patch)
tree3a55de049714e61fb74eb038eff7dce7eb385d96 /adventure
parent12be3ddea55e32be7272a4f2e5a4b3c5e39239a7 (diff)
downloadbsdgames-darwin-05bdcd67f61db7fa26da299af5be7643d573a234.tar.gz
bsdgames-darwin-05bdcd67f61db7fa26da299af5be7643d573a234.tar.zst
bsdgames-darwin-05bdcd67f61db7fa26da299af5be7643d573a234.zip
grumble.
Diffstat (limited to 'adventure')
-rw-r--r--adventure/extern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/adventure/extern.h b/adventure/extern.h
index 548a270c..c0ba1ed4 100644
--- a/adventure/extern.h
+++ b/adventure/extern.h
@@ -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 {