$OpenBSD: patch-util_tests_environment_cc,v 1.1 2021/04/28 05:08:53 rsadowski Exp $

Use nowide from Boost. From Fedora.

Index: util/tests/environment.cc
--- util/tests/environment.cc.orig
+++ util/tests/environment.cc
@@ -1,6 +1,6 @@
 #include <catch.hpp>
 #include <leatherman/util/environment.hpp>
-#include <boost/nowide/cenv.hpp>
+#include <boost/nowide/cstdlib.hpp>
 
 using namespace std;
 using namespace leatherman::util;
