mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
10 lines
252 B
C++
10 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;
|