From 1df189f3144276793f0666e09654ef16a7f8ca13 Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 24 Feb 2008 03:52:09 +0000 Subject: need errno.h --- monop/misc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'monop/misc.c') 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 #include #include +#include #include "monop.h" -- cgit v1.2.3-56-ge451