X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/5bca13d3536be2816d3c9452b0ca2e4081c3bb55..31f496067cd42ce5ff71163efa5921ab6522e4aa:/monop/getinp.c?ds=inline diff --git a/monop/getinp.c b/monop/getinp.c index 92546ac6..48730f77 100644 --- a/monop/getinp.c +++ b/monop/getinp.c @@ -1,4 +1,4 @@ -/* $NetBSD: getinp.c,v 1.17 2008/02/23 20:12:15 dholland Exp $ */ +/* $NetBSD: getinp.c,v 1.18 2008/02/24 01:57:34 dholland Exp $ */ /* * Copyright (c) 1980, 1993 @@ -34,14 +34,15 @@ #if 0 static char sccsid[] = "@(#)getinp.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: getinp.c,v 1.17 2008/02/23 20:12:15 dholland Exp $"); +__RCSID("$NetBSD: getinp.c,v 1.18 2008/02/24 01:57:34 dholland Exp $"); #endif #endif /* not lint */ #include #include #include -#include "monop.ext" + +#include "monop.h" #define LINE 70