aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-08-05 10:35:50 +0100
committerLibravatar GitHub <noreply@github.com>2018-08-05 10:35:50 +0100
commit0cd418ba42bf7fa9570a2c1c09cea153d3337c7a (patch)
tree8599ac608b526f8a9b1003763450d29ee3decbde
parentMerge pull request #2418 from RyanDwyer/separate-root (diff)
parentFix compiler errors. (diff)
downloadsway-1.0-alpha.5.tar.gz
sway-1.0-alpha.5.tar.zst
sway-1.0-alpha.5.zip
Merge pull request #2422 from ggreer/compiler-errors1.0-alpha.5
Fix compiler errors.
-rw-r--r--sway/swaynag.c1
-rw-r--r--swaynag/swaynag.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sway/swaynag.c b/sway/swaynag.c
index f5370807..d905db2b 100644
--- a/sway/swaynag.c
+++ b/sway/swaynag.c
@@ -1,3 +1,4 @@
1#define _POSIX_C_SOURCE 200809L
1#include <fcntl.h> 2#include <fcntl.h>
2#include <signal.h> 3#include <signal.h>
3#include <stdbool.h> 4#include <stdbool.h>
diff --git a/swaynag/swaynag.c b/swaynag/swaynag.c
index 893f41e4..3764071e 100644
--- a/swaynag/swaynag.c
+++ b/swaynag/swaynag.c
@@ -3,6 +3,7 @@
3#include <assert.h> 3#include <assert.h>
4#include <sys/stat.h> 4#include <sys/stat.h>
5#include <sys/wait.h> 5#include <sys/wait.h>
6#include <unistd.h>
6#include <wayland-client.h> 7#include <wayland-client.h>
7#include <wayland-cursor.h> 8#include <wayland-cursor.h>
8#include "log.h" 9#include "log.h"