mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
Fix compilation error due to missing ENOENT on cygwin
This commit is contained in:
parent
133a421bb4
commit
058d1950c0
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
#include "globals.hh"
|
||||
|
||||
#include <iostream>
|
||||
#include <cerrno>
|
||||
|
||||
using namespace nix;
|
||||
|
||||
|
|
Loading…
Reference in a new issue