mirror of
https://github.com/NixOS/nix
synced 2025-07-03 10:21:47 +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…
Add table
Add a link
Reference in a new issue