mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-16 23:27:17 +02:00
libmain: add missing header include
This commit is contained in:
parent
8ce4287409
commit
31e151386b
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
# include <dlfcn.h>
|
# include <dlfcn.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <filesystem>
|
||||||
|
|
||||||
#include "config-global.hh"
|
#include "config-global.hh"
|
||||||
#include "signals.hh"
|
#include "signals.hh"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue