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 Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
devtodo
/
stdlib.patch
blob
7aa84fd19f205a74a541bfc721e200ed1a633306
1
diff --git a/src/todoterm.cc b/src/todoterm.cc
2
index a979d1b..6aef728 100644
3
--- a/src/todoterm.cc
4
+++ b/src/todoterm.cc
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;