aboutsummaryrefslogtreecommitdiff
path: root/include/sway/desktop
diff options
context:
space:
mode:
authorCarl Smedstad <carl.smedstad@protonmail.com>2022-11-06 20:31:41 +0100
committerSimon Ser <contact@emersion.fr>2023-01-03 21:50:56 +0100
commit95405911051dbb233902c95f824dccdde1e419fd (patch)
treeaec4203df66bdd6b556fb849d1f6d898830fd3b4 /include/sway/desktop
parente3257e646ce72a3f26cc5ca67f07389e497c816b (diff)
Add missing includes & remove duplicates
Diffstat (limited to 'include/sway/desktop')
-rw-r--r--include/sway/desktop/launcher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/desktop/launcher.h b/include/sway/desktop/launcher.h
index 3b577f74..d5651adf 100644
--- a/include/sway/desktop/launcher.h
+++ b/include/sway/desktop/launcher.h
@@ -2,6 +2,7 @@
#define _SWAY_LAUNCHER_H
#include <stdlib.h>
+#include <wayland-server-core.h>
struct launcher_ctx {
pid_t pid;