1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Fix build.

This commit is contained in:
Adam Weinberger 2014-07-29 22:58:34 +00:00
parent be48c3849b
commit a1f89b6003
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363408

View File

@ -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();