]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - trek/computer.c
Correct spelling of "delimiter", and remove from ignored-errors lists.
[bsdgames-darwin.git] / trek / computer.c
index d6ebe9cb26de01e885bf613bd592566109eb04e8..d7bf7ea668216061efa4254489ab9a8095077293 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: computer.c,v 1.7 1999/09/08 21:45:32 jsm Exp $ */
+/*     $NetBSD: computer.c,v 1.8 2000/07/03 03:57:44 matt Exp $        */
 
 /*
  * Copyright (c) 1980, 1993
 #if 0
 static char sccsid[] = "@(#)computer.c 8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: computer.c,v 1.7 1999/09/08 21:45:32 jsm Exp $");
+__RCSID("$NetBSD: computer.c,v 1.8 2000/07/03 03:57:44 matt Exp $");
 #endif
 #endif /* not lint */
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <math.h>
 #include "trek.h"
 #include "getpar.h"