$NetBSD: patch-ab,v 1.2 2003/12/28 15:40:14 zuntum Exp $

--- src/todoterm.cc.orig	2001-11-08 11:51:20.000000000 +0100
+++ src/todoterm.cc
@@ -5,7 +5,11 @@
 #include <string>
 #include <stdexcept>
 #include <curses.h>
+#ifdef __NetBSD__
+#include <termcap.h>
+#else
 #include <term.h>
+#endif
 
 static char info[2048];
 
