mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Fix build.
This commit is contained in:
parent
be48c3849b
commit
a1f89b6003
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363408
@ -1,9 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- include/initcurs.h.orig
|
||||
+++ include/initcurs.h
|
||||
@@ -41,7 +41,7 @@
|
||||
--- include/initcurs.h.orig 2004-12-17 23:29:19.000000000 -0500
|
||||
+++ include/initcurs.h 2014-07-29 18:53:52.000000000 -0400
|
||||
@@ -33,6 +33,7 @@
|
||||
#undef clear
|
||||
|
||||
#include <string>
|
||||
+#include <stdlib.h>
|
||||
|
||||
//! Curses resource-aquisition-is-initialization
|
||||
class initcurs {
|
||||
@@ -41,7 +42,7 @@
|
||||
initcurs();
|
||||
~initcurs();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user