mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
UnGNUify the codebase
This commit is contained in:
parent
74d4f1bec9
commit
9aed9d9359
84 changed files with 123 additions and 33 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue