1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-04 11:21:47 +02:00

Fix mingw build

https://hydra.nixos.org/build/298331457
This commit is contained in:
Eelco Dolstra 2025-05-27 23:44:47 +02:00
parent de71cebc3a
commit 6686b54077
7 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,5 @@
#include "nix/util/file-system.hh"
#include "nix/util/logging.hh"
#ifdef _WIN32
namespace nix {