mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-08 03:07:17 +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 "namespaces.hh"
|
||||||
#include "util.hh"
|
#include "util.hh"
|
||||||
#include "finally.hh"
|
#include "finally.hh"
|
||||||
|
|
||||||
#include <mntent.h>
|
#include <mntent.h>
|
||||||
|
|
||||||
#if __linux__
|
|
||||||
|
|
||||||
namespace nix {
|
namespace nix {
|
||||||
|
|
||||||
bool userNamespacesSupported()
|
bool userNamespacesSupported()
|
||||||
|
|
Loading…
Add table
Reference in a new issue