summaryrefslogtreecommitdiffstats
path: root/monop/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'monop/misc.c')
-rw-r--r--monop/misc.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/monop/misc.c b/monop/misc.c
index 803c6e84..22ccce8a 100644
--- a/monop/misc.c
+++ b/monop/misc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: misc.c,v 1.18 2008/02/23 21:35:13 dholland Exp $ */
+/* $NetBSD: misc.c,v 1.19 2008/02/24 01:57:34 dholland Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -34,15 +34,16 @@
#if 0
static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: misc.c,v 1.18 2008/02/23 21:35:13 dholland Exp $");
+__RCSID("$NetBSD: misc.c,v 1.19 2008/02/24 01:57:34 dholland Exp $");
#endif
#endif /* not lint */
-#include "monop.ext"
#include <ctype.h>
#include <limits.h>
#include <signal.h>
+#include "monop.h"
+
/*
* This routine executes a truncated set of commands until a
* "yes or "no" answer is gotten.