1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-29 16:40:31 -04:00
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>