OBS-URL: https://build.opensuse.org/request/show/52714 OBS-URL: https://build.opensuse.org/package/show/utilities/devtodo?expand=0&rev=1
13 lines
365 B
Diff
13 lines
365 B
Diff
Index: src/todoterm.cc
|
|
===================================================================
|
|
--- src/todoterm.cc.orig 2007-06-28 15:04:36.000000000 +0200
|
|
+++ src/todoterm.cc 2007-11-06 06:22:20.994298218 +0100
|
|
@@ -4,6 +4,7 @@
|
|
#ifdef USETERMCAP
|
|
#include <iostream>
|
|
#include <string>
|
|
+#include <cstdlib>
|
|
#include <stdexcept>
|
|
#include <curses.h>
|
|
#include <term.h>
|