diff options
-rw-r--r-- | libbpkg/manifest.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbpkg/manifest.hxx b/libbpkg/manifest.hxx index 055cb7e..6779881 100644 --- a/libbpkg/manifest.hxx +++ b/libbpkg/manifest.hxx @@ -1147,7 +1147,7 @@ namespace bpkg // // Note that the value format/semantics can be distribution-specific. // - struct distribution_name_value + struct LIBBPKG_EXPORT distribution_name_value { std::string name; std::string value; |