mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2026-04-10 06:11:54 +10:00
service/pam: include signal.h on freebsd
This commit is contained in:
parent
1bd5b083cb
commit
0a859d51f2
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@
|
|||
#include <qtmetamacros.h>
|
||||
#include <sys/signal.h>
|
||||
#include <sys/wait.h>
|
||||
#ifdef __FreeBSD__
|
||||
#include <signal.h>
|
||||
#endif
|
||||
|
||||
#include "../../core/logcat.hpp"
|
||||
#include "ipc.hpp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue