mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
devel/devtodo: Fix with gcc by adding <cstdlib>
This commit is contained in:
parent
fb615ea4ec
commit
4b33ee13a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370562
1 changed files with 10 additions and 0 deletions
10
devel/devtodo/files/patch-src__todoterm.cc
Normal file
10
devel/devtodo/files/patch-src__todoterm.cc
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- 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>
|
||||
|
Loading…
Add table
Reference in a new issue