1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

libmain: add missing header include

This commit is contained in:
Emily 2024-07-18 17:56:12 +01:00
parent 8ce4287409
commit 31e151386b

View file

@ -2,6 +2,8 @@
# include <dlfcn.h>
#endif
#include <filesystem>
#include "config-global.hh"
#include "signals.hh"