mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
src/action.c: Fix includes for kill() and getpid()
Fixes #410
Backport of c49f4e735d
This commit is contained in:
parent
88f69a28f1
commit
aab12453dc
1 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,9 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
#include <strings.h>
|
||||
#include <wlr/util/log.h>
|
||||
#define _POSIX_C_SOURCE 200809L
|
||||
#include <signal.h>
|
||||
#include <strings.h>
|
||||
#include <unistd.h>
|
||||
#include <wlr/util/log.h>
|
||||
#include "common/spawn.h"
|
||||
#include "common/zfree.h"
|
||||
#include "labwc.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue