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