ports/devel/devtodo/files/patch-src__todoterm.cc
2014-10-10 00:05:00 +00:00

10 lines
209 B
C++

--- src/todoterm.cc.orig 2007-06-28 13:04:36 UTC
+++ src/todoterm.cc
@@ -5,6 +5,7 @@
#include <iostream>
#include <string>
#include <stdexcept>
+#include <cstdlib>
#include <curses.h>
#include <term.h>