mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Fix macOS build
This commit is contained in:
parent
bc1d9fd8b5
commit
d834de2894
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue