summaryrefslogtreecommitdiffstats
path: root/monop
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2008-02-24 03:52:09 +0000
committerchristos <christos@NetBSD.org>2008-02-24 03:52:09 +0000
commit1df189f3144276793f0666e09654ef16a7f8ca13 (patch)
tree98ec785e43c8bf15215d97b5cbace975c64b4bf2 /monop
parent32c9353978b10197a366f6a2de91e749993822f9 (diff)
downloadbsdgames-darwin-1df189f3144276793f0666e09654ef16a7f8ca13.tar.gz
bsdgames-darwin-1df189f3144276793f0666e09654ef16a7f8ca13.tar.zst
bsdgames-darwin-1df189f3144276793f0666e09654ef16a7f8ca13.zip
need errno.h
Diffstat (limited to 'monop')
-rw-r--r--monop/misc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/monop/misc.c b/monop/misc.c
index 22ccce8a..16886db8 100644
--- a/monop/misc.c
+++ b/monop/misc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: misc.c,v 1.19 2008/02/24 01:57:34 dholland Exp $ */
+/* $NetBSD: misc.c,v 1.20 2008/02/24 03:52:09 christos Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -34,13 +34,14 @@
#if 0
static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: misc.c,v 1.19 2008/02/24 01:57:34 dholland Exp $");
+__RCSID("$NetBSD: misc.c,v 1.20 2008/02/24 03:52:09 christos Exp $");
#endif
#endif /* not lint */
#include <ctype.h>
#include <limits.h>
#include <signal.h>
+#include <errno.h>
#include "monop.h"