summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cribbage/support.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/cribbage/support.c b/cribbage/support.c
index 292d8863..de207a35 100644
--- a/cribbage/support.c
+++ b/cribbage/support.c
@@ -1,4 +1,4 @@
-/* $NetBSD: support.c,v 1.10 2006/03/19 06:02:50 christos Exp $ */
+/* $NetBSD: support.c,v 1.11 2006/03/19 12:09:39 he Exp $ */
/*-
* Copyright (c) 1980, 1993
@@ -34,11 +34,12 @@
#if 0
static char sccsid[] = "@(#)support.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: support.c,v 1.10 2006/03/19 06:02:50 christos Exp $");
+__RCSID("$NetBSD: support.c,v 1.11 2006/03/19 12:09:39 he Exp $");
#endif
#endif /* not lint */
#include <curses.h>
+#include <stdlib.h>
#include <string.h>
#include <stdlib.h>