mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 08:12:29 +00:00
Fix macOS build
This commit is contained in:
parent
bc1d9fd8b5
commit
d834de2894
@ -1,11 +1,11 @@
|
||||
#if __linux__
|
||||
|
||||
#include "namespaces.hh"
|
||||
#include "util.hh"
|
||||
#include "finally.hh"
|
||||
|
||||
#include <mntent.h>
|
||||
|
||||
#if __linux__
|
||||
|
||||
namespace nix {
|
||||
|
||||
bool userNamespacesSupported()
|
||||
|
Loading…
Reference in New Issue
Block a user