mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 06:06:00 +01:00
Use _DEFAULT_SOURCE instead of deprecated _BSD_SOURCE
This commit is contained in:
parent
e70d346288
commit
9ee079bd34
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
/* See LICENSE file for license and copyright information */
|
||||
|
||||
#define _BSD_SOURCE
|
||||
#define _DEFAULT_SOURCE
|
||||
#define _XOPEN_SOURCE 700
|
||||
|
||||
#include "content-type.h"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* See LICENSE file for license and copyright information */
|
||||
|
||||
#define _BSD_SOURCE
|
||||
#define _DEFAULT_SOURCE
|
||||
#define _XOPEN_SOURCE 700
|
||||
|
||||
#include <errno.h>
|
||||
|
|
Loading…
Reference in a new issue