summaryrefslogtreecommitdiff
path: root/mail/gubby/files/patch-include_initcurs.h
blob: 4e2717068a24225cbeace20ab838add406952154 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- 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();
 
-	inline bool initcurs::hascolors() const {
+	inline bool hascolors() const {
 		return colors;
 	}