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:
Matthias Clasen 2011-11-22 19:12:48 -05:00
parent 345688c9e9
commit 6dde6b7f21

View File

@ -21,6 +21,7 @@
#define GLIB_DISABLE_DEPRECATION_WARNINGS
#define _XOPEN_SOURCE 600
#include <ctype.h>
#include <errno.h>
#include <locale.h>