You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/devtodo/files/devtodo-0.1.20-gcc43.patch

11 lines
186 B

--- 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>