summaryrefslogtreecommitdiff
path: root/time/devtodo/patches/patch-ab
blob: 2bdec0f9febf96200476f3049dd6b267b43ad923 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$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;