aboutsummaryrefslogtreecommitdiff
path: root/bpkg/system-package-manager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/system-package-manager.hxx')
-rw-r--r--bpkg/system-package-manager.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/bpkg/system-package-manager.hxx b/bpkg/system-package-manager.hxx
index 4549fba..4ae2e07 100644
--- a/bpkg/system-package-manager.hxx
+++ b/bpkg/system-package-manager.hxx
@@ -8,13 +8,15 @@
#include <bpkg/utility.hxx>
#include <libbutl/path-map.hxx>
+#include <libbutl/host-os-release.hxx>
#include <bpkg/package.hxx>
#include <bpkg/common-options.hxx>
-#include <bpkg/host-os-release.hxx>
namespace bpkg
{
+ using os_release = butl::os_release;
+
// The system/distribution package manager interface. Used by both pkg-build
// (to query and install system packages) and by pkg-bindist (to generate
// them).