$NetBSD: patch-ab,v 1.3 2005/06/01 02:40:43 snj Exp $

--- src/todoterm.cc.orig	2005-05-31 19:12:33.000000000 -0700
+++ src/todoterm.cc	2005-05-31 19:13:02.000000000 -0700
@@ -6,7 +6,11 @@
 #include <string>
 #include <stdexcept>
 #include <curses.h>
+#ifdef __NetBSD__
+#include <termcap.h>
+#else
 #include <term.h>
+#endif
 
 static char info[2048];
 static bool term_initialized;
