1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 13:06:01 +01: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

@ -2,6 +2,8 @@
#include <cstdio>
#include <signal.h>
#if USE_READLINE
#include <readline/history.h>
#include <readline/readline.h>