repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git]
/
devtodo-svn
/
gcc4.3.0_fix.diff
blob
63bbd7889667a86015caab2120a641f87b99fffc
1
Index: src/todoterm.cc
2
===================================================================
3
--- src/todoterm.cc (revision 588)
4
+++ src/todoterm.cc (working copy)
5
@@ -7,6 +7,7 @@
6
#include <stdexcept>
7
#include <curses.h>
8
#include <term.h>
9
+#include <stdlib.h>
10
11
static char info[2048];
12
static bool term_initialized;