summaryrefslogtreecommitdiffstats
path: root/swaymsg/main.c
diff options
context:
space:
mode:
authorLibravatar Zandr Martin <zandrmartin@gmail.com>2017-03-13 07:35:12 -0400
committerLibravatar Zandr Martin <zandrmartin@gmail.com>2017-03-13 07:35:12 -0400
commitb507462d1c66e11cce76e069a508621dc9599f07 (patch)
tree52cc52fb0ec42085c37bee5f4f2e5c5f10cf2631 /swaymsg/main.c
parentdeprecate new_window and new_float commands (diff)
parentMerge pull request #1113 from johnchen902/patch-1 (diff)
downloadsway-b507462d1c66e11cce76e069a508621dc9599f07.tar.gz
sway-b507462d1c66e11cce76e069a508621dc9599f07.tar.zst
sway-b507462d1c66e11cce76e069a508621dc9599f07.zip
Merge branch 'master' of git://github.com/SirCmpwn/sway into new-command-aliases
Diffstat (limited to 'swaymsg/main.c')
-rw-r--r--swaymsg/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/swaymsg/main.c b/swaymsg/main.c
index 29e80f02..2c418127 100644
--- a/swaymsg/main.c
+++ b/swaymsg/main.c
@@ -1,6 +1,8 @@
1#define _XOPEN_SOURCE 500
1#include <stdio.h> 2#include <stdio.h>
2#include <stdlib.h> 3#include <stdlib.h>
3#include <string.h> 4#include <string.h>
5#include <strings.h>
4#include <getopt.h> 6#include <getopt.h>
5#include <stdint.h> 7#include <stdint.h>
6#include <sys/un.h> 8#include <sys/un.h>