diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2017-03-10 23:41:24 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2017-03-10 23:41:24 -0500 |
| commit | a9853bba8d9f0e575e99c24f5893e477c180fedf (patch) | |
| tree | b5a3db4994970b2d0033e717771b24a92503ddac /swaymsg | |
| parent | aa91e81b8cde1ef5b4dd239918b38c1d3114bf74 (diff) | |
UnGNUify the codebase
Diffstat (limited to 'swaymsg')
| -rw-r--r-- | swaymsg/main.c | 2 |
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 @@ +#define _XOPEN_SOURCE 500 #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <strings.h> #include <getopt.h> #include <stdint.h> #include <sys/un.h> |
