src/action.c: Fix includes for kill() and getpid()

Fixes #410

Backport of c49f4e735d
This commit is contained in:
Consolatis 2022-06-21 18:48:05 +02:00
parent 88f69a28f1
commit aab12453dc

View file

@ -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"