forked from lix-project/lix
Fix compilation error due to missing ENOENT on cygwin
This commit is contained in:
parent
133a421bb4
commit
058d1950c0
|
@ -4,6 +4,7 @@
|
||||||
#include "globals.hh"
|
#include "globals.hh"
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
#include <cerrno>
|
||||||
|
|
||||||
using namespace nix;
|
using namespace nix;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue