summaryrefslogtreecommitdiffstats
path: root/monop/getinp.c
diff options
context:
space:
mode:
Diffstat (limited to 'monop/getinp.c')
-rw-r--r--monop/getinp.c7
1 files changed, 4 insertions, 3 deletions
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 <stdio.h>
#include <string.h>
#include <ctype.h>
-#include "monop.ext"
+
+#include "monop.h"
#define LINE 70