mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +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
Add a link
Reference in a new issue