$NetBSD: patch-ae,v 1.2 1999/12/28 02:28:23 proff Exp $

--- genclr.c	Sat Aug  8 16:53:59 1998
+++ /home/andy/tmp/wrk/genclr.c	Fri May 14 20:28:35 1999
@@ -281,7 +281,11 @@
      */
     fp = emitopen (cfile, argv);
     fprintf (fp, "\
+#if defined(__NetBSD__) || defined(__FreeBSD__)\n\
+#include <ncurses.h>\n\
+#else\n\
 #include <curses.h>\n\
+#endif\n\
 #include <stdio.h>\n\
 #include <stdlib.h>\n\
 
