mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 20:46:01 +01:00
correctly define _BSD_SOURCE and _XOPEN_SOURCE macros
This commit is contained in:
parent
cd08c8be70
commit
ff0adf4ddc
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