gentoo-overlay/app-misc/devtodo/files/devtodo-0.1.20-gcc43.patch

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>