]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
need errno.h
authorchristos <christos@NetBSD.org>
Sun, 24 Feb 2008 03:52:09 +0000 (03:52 +0000)
committerchristos <christos@NetBSD.org>
Sun, 24 Feb 2008 03:52:09 +0000 (03:52 +0000)
monop/misc.c

index 22ccce8a7e2e40a77038d938cbe1f229d940282f..16886db8ef1bbac5b403b9b0774c005169e654b1 100644 (file)
@@ -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
 #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"