mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-06 07:35:59 +01:00
correctly define _BSD_SOURCE and _XOPEN_SOURCE macros
This commit is contained in:
parent
a2771c1e23
commit
0818c0c9e3
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
/* See LICENSE file for license and copyright information */
|
||||
|
||||
#define _BSD_SOURCE || _XOPEN_SOURCE >= 500
|
||||
#define _BSD_SOURCE
|
||||
#define _XOPEN_SOURCE 500
|
||||
|
||||
#include <regex.h>
|
||||
#include <limits.h>
|
||||
|
|
Loading…
Reference in a new issue