aboutsummaryrefslogtreecommitdiffstats
path: root/swaynag
diff options
context:
space:
mode:
authorLibravatar unraised <17155813+unraised@users.noreply.github.com>2019-01-23 10:09:23 -0600
committerLibravatar GitHub <noreply@github.com>2019-01-23 10:09:23 -0600
commitc0dc740b2b4fb47dd2a63783e7d757622a99733b (patch)
tree58d5361114b7a2d0e127228e0259d9a44b96840c /swaynag
parentMerge pull request #3500 from progandy/validate_pixmaps (diff)
downloadsway-c0dc740b2b4fb47dd2a63783e7d757622a99733b.tar.gz
sway-c0dc740b2b4fb47dd2a63783e7d757622a99733b.tar.zst
sway-c0dc740b2b4fb47dd2a63783e7d757622a99733b.zip
Fix build failure in config.c
Diffstat (limited to 'swaynag')
-rw-r--r--swaynag/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/swaynag/config.c b/swaynag/config.c
index e5e940c7..40f3f65e 100644
--- a/swaynag/config.c
+++ b/swaynag/config.c
@@ -3,6 +3,7 @@
3#include <stdio.h> 3#include <stdio.h>
4#include <stdlib.h> 4#include <stdlib.h>
5#include <wordexp.h> 5#include <wordexp.h>
6#include <unistd.h>
6#include "log.h" 7#include "log.h"
7#include "list.h" 8#include "list.h"
8#include "swaynag/swaynag.h" 9#include "swaynag/swaynag.h"