mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
Add back required _XOPEN_SOURCE define
This got lost somewhere between 2.30 and now, but it is needed for isnan(). See bug 664354, reported by Tim Mooney.
This commit is contained in:
parent
345688c9e9
commit
6dde6b7f21
@ -21,6 +21,7 @@
|
||||
|
||||
#define GLIB_DISABLE_DEPRECATION_WARNINGS
|
||||
|
||||
#define _XOPEN_SOURCE 600
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <locale.h>
|
||||
|
Loading…
Reference in New Issue
Block a user