]> git.pld-linux.org Git - packages/devtodo.git/blame - devtodo-stdlib_fix.patch
- fixed typo
[packages/devtodo.git] / devtodo-stdlib_fix.patch
CommitLineData
6c622f72
ZU
1--- devtodo-0.1.20.orig/src/todoterm.cc 2007-06-28 15:04:36.000000000 +0200
2+++ devtodo-0.1.20/src/todoterm.cc 2008-09-01 17:12:53.000000000 +0200
3@@ -7,6 +7,7 @@
4 #include <stdexcept>
5 #include <curses.h>
6 #include <term.h>
7+#include <stdlib.h>
8
9 static char info[2048];
10 static bool term_initialized;
This page took 0.075763 seconds and 4 git commands to generate.