1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

Fix/run monitorfdhup test

(cherry picked from commit 340fa00d52)
This commit is contained in:
Eelco Dolstra 2025-04-07 17:09:42 +02:00 committed by Mergify
parent 467a1df842
commit f0ed61bb4e
2 changed files with 3 additions and 2 deletions

View file

@ -59,6 +59,7 @@ sources = files(
'json-utils.cc',
'logging.cc',
'lru-cache.cc',
'monitorfdhup.cc',
'nix_api_util.cc',
'pool.cc',
'position.cc',

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>