$NetBSD: patch-aj,v 1.2 2003/12/06 19:28:22 ben Exp $

--- header.h.orig	1992-06-19 13:55:30.000000000 -0700
+++ header.h
@@ -27,7 +27,8 @@
 #include <pwd.h>
 #include <signal.h>
 #include <stdio.h>
-#include <varargs.h>
+#include <stdarg.h>
+#include <stdlib.h>
 #ifdef USG
 #  include <strings.h>
 #else
@@ -120,7 +121,7 @@
 #define resetbold() {if (boldon) *lpnt++ = ST_END;}
 
 	/* clear the screen and home the cursor */
-#define clear() { *lpnt++ =CLEAR; cbak[SPELLS]= -50; }
+#define ularn_clear() { *lpnt++ =CLEAR; cbak[SPELLS]= -50; }
 
 	/* clear to end of line */
 #define cltoeoln() *lpnt++ = CL_LINE
