mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02: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:
@@ -21,6 +21,7 @@
|
||||
|
||||
#define GLIB_DISABLE_DEPRECATION_WARNINGS
|
||||
|
||||
#define _XOPEN_SOURCE 600
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <locale.h>
|
||||
|
Reference in New Issue
Block a user