mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
Fix the build on Solaris
http://bugzilla.gnome.org/show_bug.cgi?id=663991
This commit is contained in:
parent
d1b5d0567b
commit
1bb7e28c90
@ -26,8 +26,8 @@
|
||||
* export ftw() and friends only if _XOPEN_SOURCE and _GNU_SOURCE
|
||||
* are defined. see bug #444097.
|
||||
*/
|
||||
#define _XOPEN_SOURCE 500
|
||||
#define _GNU_SOURCE
|
||||
#define _XOPEN_SOURCE 600
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#ifdef HAVE_FTW_H
|
||||
#include <ftw.h>
|
||||
|
Loading…
Reference in New Issue
Block a user