1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-14 21:11:04 +01:00

Fix/run monitorfdhup test

This commit is contained in:
Eelco Dolstra 2025-04-07 17:09:42 +02:00
parent 2960d7adf5
commit 340fa00d52
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#include "util.hh"
#include "monitor-fd.hh"
#include "nix/util/util.hh"
#include "nix/util/monitor-fd.hh"
#include <sys/file.h>
#include <gtest/gtest.h>