]> git.pld-linux.org Git - packages/devtodo.git/commitdiff
- s/#include<term.h>/#include<ncurses\/term.h>/
authorgrzegol <grzegol@pld-linux.org>
Tue, 11 Jun 2002 14:17:57 +0000 (14:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    devtodo-include.patch -> 1.1

devtodo-include.patch [new file with mode: 0644]

diff --git a/devtodo-include.patch b/devtodo-include.patch
new file mode 100644 (file)
index 0000000..569a736
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN aaa/devtodo-0.1.13/src/todoterm.cc devtodo-0.1.13/src/todoterm.cc
+--- aaa/devtodo-0.1.13/src/todoterm.cc Thu Nov  8 11:51:20 2001
++++ devtodo-0.1.13/src/todoterm.cc     Mon Jun 10 22:24:43 2002
+@@ -5,7 +5,7 @@
+ #include <string>
+ #include <stdexcept>
+ #include <curses.h>
+-#include <term.h>
++#include <ncurses/term.h>
+ static char info[2048];
This page took 0.087451 seconds and 4 git commands to generate.