mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
Adjust _XOPEN_SOURCE value for build on FreeBSD and fix pointer comparison error.
This commit is contained in:
parent
23a1e94402
commit
6a525b23dd
4 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#define _XOPEN_SOURCE 500
|
||||
#define _XOPEN_SOURCE 700
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue