10 lines
186 B
Diff
10 lines
186 B
Diff
--- a/src/todoterm.cc
|
|
+++ b/src/todoterm.cc
|
|
@@ -2,6 +2,7 @@
|
|
#include "todoterm.h"
|
|
|
|
#ifdef USETERMCAP
|
|
+#include <cstdlib>
|
|
#include <iostream>
|
|
#include <string>
|
|
#include <stdexcept>
|