This reverts commit 84e07469e6efa150aca110c60072c98bcf52f00f. Reported by: Thierry Thomas <thierry@freebsd.org>
11 lines
252 B
C++
11 lines
252 B
C++
--- libcurv/viewer/text.cc.orig 2019-10-22 18:22:58 UTC
|
|
+++ libcurv/viewer/text.cc
|
|
@@ -1,6 +1,7 @@
|
|
#include "text.h"
|
|
|
|
#include <algorithm>
|
|
+#include <sys/types.h>
|
|
|
|
std::string getLower(const std::string& _string) {
|
|
std::string std = _string;
|