Fix macOS build

This commit is contained in:
Eelco Dolstra 2023-01-27 16:52:01 +01:00
parent bc1d9fd8b5
commit d834de2894

View file

@ -1,11 +1,11 @@
#if __linux__
#include "namespaces.hh"
#include "util.hh"
#include "finally.hh"
#include <mntent.h>
#if __linux__
namespace nix {
bool userNamespacesSupported()