diff --git a/src/pal/pal_openbsd.h b/src/pal/pal_openbsd.h index 0daf4ca..7fb832c 100644 --- a/src/pal/pal_openbsd.h +++ b/src/pal/pal_openbsd.h @@ -27,7 +27,7 @@ namespace snmalloc * declared explicitly to remind anyone who modifies this class that they * should add any required features. */ - static constexpr uint64_t pal_features = PALBSD; + static constexpr uint64_t pal_features = PALBSD::pal_features; }; } // namespace snmalloc #endif