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

Merge pull request #11138 from emilazy/push-znxusvxozllv

libmain: add missing header include
This commit is contained in:
John Ericson 2024-07-18 21:46:47 -04:00 committed by GitHub
commit d629b27e3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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