forked from lix-project/lix
Fix macOS build
This commit is contained in:
parent
bc1d9fd8b5
commit
d834de2894
|
@ -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…
Reference in a new issue