summarylogtreecommitdiffstats
path: root/stdlib.patch
diff options
context:
space:
mode:
authorTobias Frilling2015-07-18 13:55:15 +0200
committerTobias Frilling2015-07-18 13:55:15 +0200
commit790b4239533941e58a689bc2fa5e2fed08362331 (patch)
tree626b0730429c19fac8be4965b2a21d1a7d83d1b0 /stdlib.patch
downloadaur-devtodo.tar.gz
Initial commit
Diffstat (limited to 'stdlib.patch')
-rw-r--r--stdlib.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/stdlib.patch b/stdlib.patch
new file mode 100644
index 000000000000..7aa84fd19f20
--- /dev/null
+++ b/stdlib.patch
@@ -0,0 +1,12 @@
+diff --git a/src/todoterm.cc b/src/todoterm.cc
+index a979d1b..6aef728 100644
+--- a/src/todoterm.cc
++++ b/src/todoterm.cc
+@@ -7,6 +7,7 @@
+ #include <stdexcept>
+ #include <curses.h>
+ #include <term.h>
++#include <stdlib.h>
+
+ static char info[2048];
+ static bool term_initialized;