summaryrefslogtreecommitdiff
path: root/games/trek/torped.c
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2003-07-10 00:03:02 +0000
committerDavid Krause <david@cvs.openbsd.org>2003-07-10 00:03:02 +0000
commitf138d1da5ac5e4f052ce20134fa194b881c88ea0 (patch)
treee17b62a2ed5b4593b73540bff6721214188d4bf0 /games/trek/torped.c
parenta16ddc2846315096f139acf53487df9761e9177a (diff)
add missing includes
ok deraadt@ tedu@
Diffstat (limited to 'games/trek/torped.c')
-rw-r--r--games/trek/torped.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/trek/torped.c b/games/trek/torped.c
index ac7c14a8a5a..324585223c3 100644
--- a/games/trek/torped.c
+++ b/games/trek/torped.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: torped.c,v 1.6 2003/06/03 03:01:42 millert Exp $ */
+/* $OpenBSD: torped.c,v 1.7 2003/07/10 00:03:01 david Exp $ */
/* $NetBSD: torped.c,v 1.3 1995/04/22 10:59:34 cgd Exp $ */
/*
@@ -34,11 +34,12 @@
#if 0
static char sccsid[] = "@(#)torped.c 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$OpenBSD: torped.c,v 1.6 2003/06/03 03:01:42 millert Exp $";
+static char rcsid[] = "$OpenBSD: torped.c,v 1.7 2003/07/10 00:03:01 david Exp $";
#endif
#endif /* not lint */
#include <stdio.h>
+#include <stdlib.h>
#include <math.h>
#include "trek.h"
#include "getpar.h"