updated on Thu Jan 12 00:00:55 UTC 2012
[aur-mirror.git] / devtodo / stdlib.patch
blob7aa84fd19f205a74a541bfc721e200ed1a633306
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>
11 static char info[2048];
12 static bool term_initialized;