mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 08:08:53 -05:00
Fix FTBFS on kFreeBSD
Signed-off-by: Maytham Alsudany <maytha8thedev@gmail.com>
This commit is contained in:
parent
8a0059a229
commit
5f400152aa
@ -19,7 +19,7 @@
|
||||
#define _ALL_SOURCE
|
||||
#endif
|
||||
|
||||
#if defined(__linux__) || defined(__OpenBSD__)
|
||||
#if defined(__linux__) || defined(__OpenBSD__) || defined(__GLIBC__)
|
||||
#define _XOPEN_SOURCE 700
|
||||
/*
|
||||
* On NetBSD, _XOPEN_SOURCE undefines _NETBSD_SOURCE and
|
||||
|
Loading…
Reference in New Issue
Block a user