Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/adventure grumble.



details:   https://anonhg.NetBSD.org/src/rev/ff55083aa0c3
branches:  trunk
changeset: 772565:ff55083aa0c3
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Jan 08 18:17:41 2012 +0000

description:
grumble.

diffstat:

 games/adventure/extern.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6e2ab47a38e4 -r ff55083aa0c3 games/adventure/extern.h
--- a/games/adventure/extern.h  Sun Jan 08 18:16:00 2012 +0000
+++ b/games/adventure/extern.h  Sun Jan 08 18:17:41 2012 +0000
@@ -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 {



Home | Main Index | Thread Index | Old Index