mirror of
https://github.com/swaywm/sway.git
synced 2026-05-04 06:46:25 -04:00
Merge pull request #1265 from johalun/master-freebsd
Adjust _XOPEN_SOURCE value for build on FreeBSD and fix pointer compa…
This commit is contained in:
parent
cf4ea4c86b
commit
5882cb6882
4 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#define _XOPEN_SOURCE 500
|
||||
#define _XOPEN_SOURCE 700
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue