]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - monop/getinp.c
sprinkle static
[bsdgames-darwin.git] / monop / getinp.c
index 92546ac634716812bdd6ae0aaa9b08ef70617a3e..48730f77791a294ad119ec85e31fad5ed5a47368 100644 (file)
@@ -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
 
 /*
  * Copyright (c) 1980, 1993
 #if 0
 static char sccsid[] = "@(#)getinp.c   8.1 (Berkeley) 5/31/93";
 #else
 #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>
 #endif
 #endif /* not lint */
 
 #include <stdio.h>
 #include <string.h>
 #include <ctype.h>
-#include "monop.ext"
+
+#include "monop.h"
 
 #define        LINE    70
 
 
 #define        LINE    70