$OpenBSD: patch-lib_src_facts_openbsd_virtualization_resolver_cc,v 1.3 2016/06/01 07:02:02 jasper Exp $

From 8ee968b997ab0cd55be4ae071f9d17d6ef0b33a6 Mon Sep 17 00:00:00 2001
From: Jasper Lievisse Adriaanse <jasper@humppa.nl>
Date: Mon, 30 May 2016 18:34:50 +0200
Subject: [PATCH] (MAINT) Unbreak after leatherman split in cc1245ab

--- lib/src/facts/openbsd/virtualization_resolver.cc.orig	Mon May 30 16:52:49 2016
+++ lib/src/facts/openbsd/virtualization_resolver.cc	Mon May 30 16:55:50 2016
@@ -3,12 +3,12 @@
 #include <facter/facts/collection.hpp>
 #include <facter/facts/fact.hpp>
 #include <facter/facts/vm.hpp>
-#include <facter/execution/execution.hpp>
+#include <leatherman/execution/execution.hpp>
 #include <boost/algorithm/string.hpp>
 
 using namespace std;
 using namespace facter::facts;
-using namespace facter::execution;
+using namespace leatherman::execution;
 
 namespace facter { namespace facts { namespace openbsd {
 
