<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/src/todoterm.cc
+++ b/src/todoterm.cc
@@ -2,6 +2,7 @@
 #include "todoterm.h"
 
 #ifdef USETERMCAP
+#include &lt;cstdlib&gt;
 #include &lt;iostream&gt;
 #include &lt;string&gt;
 #include &lt;stdexcept&gt;
</pre></body></html>